Fixing an issue with calls to podman_container
This commit is contained in:
parent
9761d88509
commit
c15d583aa6
@ -138,7 +138,7 @@
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
env:
|
||||
- POSTGRES_PASSWORD: "{{ psql_password }}"
|
||||
POSTGRES_PASSWORD: "{{ psql_password }}"
|
||||
|
||||
- name: Build mysql quadlet
|
||||
containers.podman.podman_container:
|
||||
@ -160,5 +160,5 @@
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
env:
|
||||
- MYSQL_ROOT_PASSWORD: "{{ psql_password }}"
|
||||
MYSQL_ROOT_PASSWORD: "{{ psql_password }}"
|
||||
|
Loading…
Reference in New Issue
Block a user