From 41a736c02d0cca23993b230d2942922c976514ab Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 28 Mar 2024 15:25:24 +0100 Subject: [PATCH] Remove the old task that prints the DB data. --- tasks/manage_dbs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/manage_dbs.yml b/tasks/manage_dbs.yml index 472ad61..e4cc99a 100644 --- a/tasks/manage_dbs.yml +++ b/tasks/manage_dbs.yml @@ -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