feat(collections): update to current head versions

!237
This commit is contained in:
2024-03-13 20:58:43 +09:30
parent b3083377ed
commit 9c659f4b62

View File

@ -86,16 +86,16 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
RUN ansible-galaxy collection install \
awx.awx==23.6.0 \
awx.awx==24.0.0 \
# ansible.posix.authorized_key for SSH
ansible.posix==1.5.4 \
ansible.utils==3.0.0 \
community.dns==2.7.0 \
ansible.utils==3.1.0 \
community.dns==2.8.1 \
# docker managment
community.docker==3.5.0 \
community.docker==3.8.0 \
# community.general.gitlab_*
community.general==8.2.0 \
community.mysql==3.8.0 \
community.postgresql==3.3.0 \
community.general==8.4.0 \
community.mysql==3.9.0 \
community.postgresql==3.4.0 \
kubernetes.core==3.0.0 \
theforeman.foreman==4.0.0
theforeman.foreman==4.0.0;