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