Fix the name of the pg config script

This commit is contained in:
Andrea Dell'Amico 2023-06-03 15:08:02 +02:00
parent d9f831a340
commit 40428a6a34
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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