feat(image): add ansible module ansible.utils
required for xmltodict function. used within keycloak playbook to fetch saml public cert !179
This commit is contained in:
@ -86,6 +86,7 @@ RUN ansible-galaxy collection install \
|
|||||||
awx.awx==23.5.0 \
|
awx.awx==23.5.0 \
|
||||||
# ansible.posix.authorized_key for SSH
|
# ansible.posix.authorized_key for SSH
|
||||||
ansible.posix==1.5.4 \
|
ansible.posix==1.5.4 \
|
||||||
|
ansible.utils=3.0.0 \
|
||||||
community.dns==2.6.4 \
|
community.dns==2.6.4 \
|
||||||
# docker managment
|
# docker managment
|
||||||
community.docker==3.4.11 \
|
community.docker==3.4.11 \
|
||||||
|
@ -10,3 +10,5 @@ psycopg2==2.9.9
|
|||||||
PyMySQL==1.1.0
|
PyMySQL==1.1.0
|
||||||
|
|
||||||
dnspython
|
dnspython
|
||||||
|
|
||||||
|
xmltodict==0.13.0
|
Reference in New Issue
Block a user