feat(ansible): add galaxy collection community.docker

this collection is required so that docker containers can be managed

!24 nofusscomputing/infrastructure/config#22 nofusscomputing/infrastructure/config!27
This commit is contained in:
2023-06-05 09:35:00 +09:30
parent e48800bf8e
commit 369987eaf5

View File

@ -64,4 +64,6 @@ RUN ansible-galaxy collection install \
# community.general.gitlab_* # community.general.gitlab_*
community.general \ community.general \
# ansible.posix.authorized_key for SSH # ansible.posix.authorized_key for SSH
ansible.posix ansible.posix \
# docker managment
community.docker