fix(collections): fix utils version decalaration

!179
This commit is contained in:
2024-01-02 16:40:21 +09:30
parent 28fc8b3c65
commit 2ec5e23067

View File

@ -86,7 +86,7 @@ RUN ansible-galaxy collection install \
awx.awx==23.5.0 \
# ansible.posix.authorized_key for SSH
ansible.posix==1.5.4 \
ansible.utils=3.0.0 \
ansible.utils==3.0.0 \
community.dns==2.6.4 \
# docker managment
community.docker==3.4.11 \