Change the print_psql_db_data boolean behaviour.
This commit is contained in:
parent
15459c625e
commit
a0fdcaa9e5
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Optionally print the psql_db_data contents
|
||||
ansible.builtin.import_tasks: print_psql_db_data.yml
|
||||
when: psql_db_data is defined
|
||||
# when: psql_db_data is defined
|
||||
- import_tasks: configure-access.yml
|
||||
when: psql_db_data is defined
|
||||
- import_tasks: manage_dbs.yml
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
- name: print_psql_db_data | Print the psql_db_data values
|
||||
ansible.builtin.debug:
|
||||
var: psql_db_data
|
||||
no_log: "{{ pgsql_show_db_data }}"
|
||||
no_log: not "{{ pgsql_show_db_data }}"
|
||||
|
|
Loading…
Reference in New Issue