Change the print_psql_db_data boolean behaviour.
This commit is contained in:
parent
a0fdcaa9e5
commit
f7ea97364c
|
@ -2,8 +2,8 @@
|
|||
- name: print_psql_db_data | Optionally print the psql_db_data contents
|
||||
run_once: true
|
||||
tags: ['postgresql', 'postgres', 'pg_db', 'pg_user']
|
||||
when: pgsql_show_db_data
|
||||
block:
|
||||
- name: print_psql_db_data | Print the psql_db_data values
|
||||
ansible.builtin.debug:
|
||||
var: psql_db_data
|
||||
no_log: not "{{ pgsql_show_db_data }}"
|
||||
|
|
Loading…
Reference in New Issue