feat(collection): add community.crypto for openssl ops

!247
This commit is contained in:
2024-03-26 19:03:49 +09:30
parent f489208605
commit 3ee6d0d7fe

View File

@ -90,6 +90,7 @@ RUN ansible-galaxy collection install \
# 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.1.0 \ ansible.utils==3.1.0 \
community.crypto==2.18.0 \
community.dns==2.8.1 \ community.dns==2.8.1 \
# docker managment # docker managment
community.docker==3.8.0 \ community.docker==3.8.0 \