Remove the old task that prints the DB data.

This commit is contained in:
Andrea Dell'Amico 2024-03-28 15:25:24 +01:00
parent f7ea97364c
commit 41a736c02d
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,5 @@
---
- 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
become: True
become_user: postgres