Rename run control variables for consistency

This commit is contained in:
Slavi Pantaleev
2019-07-08 08:55:08 +03:00
parent e805044b80
commit 631a14bf0c
4 changed files with 32 additions and 13 deletions

View File

@ -15,16 +15,16 @@
- setup-postgres
- import_tasks: "{{ role_path }}/tasks/import_postgres.yml"
when: run_import_postgres|bool
when: run_postgres_import|bool
tags:
- import-postgres
- import_tasks: "{{ role_path }}/tasks/import_sqlite_db.yml"
when: run_import_sqlite_db|bool
when: run_postgres_import_sqlite_db|bool
tags:
- import-sqlite-db
- import_tasks: "{{ role_path }}/tasks/upgrade_postgres.yml"
when: run_upgrade_postgres|bool
when: run_postgres_upgrade|bool
tags:
- upgrade-postgres