From 40428a6a346bbb0cb17731886c6ddaa09df727ac Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sat, 3 Jun 2023 15:08:02 +0200 Subject: [PATCH] Fix the name of the pg config script --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ec2cee5..ec66ea3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -98,7 +98,7 @@ - name: Create the secret for the Postgres initizalization script community.docker.docker_secret: name: open_asfa_test_pg_config - data_src: '{{ open_asfa_compose_dir }}/pgadmin_servers.json' + data_src: '{{ open_asfa_compose_dir }}/pg-create-user-db.sh' state: present - name: Install the pgadmin configuration files