Add install-* tags for quicker runs

This commit is contained in:
Slavi Pantaleev
2022-11-25 16:02:51 +02:00
parent 34c01da9d2
commit 61f67d8f0a
67 changed files with 449 additions and 7 deletions

View File

@ -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