Fix the name of the pg config script
This commit is contained in:
parent
d9f831a340
commit
40428a6a34
|
@ -98,7 +98,7 @@
|
||||||
- name: Create the secret for the Postgres initizalization script
|
- name: Create the secret for the Postgres initizalization script
|
||||||
community.docker.docker_secret:
|
community.docker.docker_secret:
|
||||||
name: open_asfa_test_pg_config
|
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
|
state: present
|
||||||
|
|
||||||
- name: Install the pgadmin configuration files
|
- name: Install the pgadmin configuration files
|
||||||
|
|
Loading…
Reference in New Issue