Rename run control variables for consistency
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user