Remove the old task that prints the DB data.
This commit is contained in:
parent
f7ea97364c
commit
41a736c02d
|
|
@ -1,10 +1,5 @@
|
||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Print the psql_db_data values
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: psql_db_data
|
|
||||||
no_log: "{{ pgsql_show_db_data }}"
|
|
||||||
|
|
||||||
- name: Add a user for the postgresql DBs
|
- name: Add a user for the postgresql DBs
|
||||||
become: True
|
become: True
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue