Add install-* tags for quicker runs
This commit is contained in:
@ -5,12 +5,14 @@
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-postgres
|
||||
- install-postgres
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_postgres.yml"
|
||||
when: run_setup | bool
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-postgres
|
||||
- install-postgres
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/import_postgres.yml"
|
||||
when: run_postgres_import | bool
|
||||
|
Reference in New Issue
Block a user