Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 73e1901

Browse files
authored
Update ansible to 2.15.5 (#353)
1 parent 0106e0c commit 73e1901

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
33
LABEL name="deis-go-dev" \
44
maintainer="Matt Boersma <matt.boersma@microsoft.com>"
55

6-
ENV ANSIBLE_VERSION=5.9.0 \
6+
ENV ANSIBLE_VERSION=2.15.5 \
77
AZCLI_VERSION=2.52.0 \
88
DOCKER_VERSION=20.10.2 \
99
ETCDCTL_VERSION=v3.1.8 \
@@ -109,8 +109,8 @@ RUN \
109109
&& mv /tmp/upx-${UPX_VERSION}-amd64_linux/upx /usr/local/bin/upx \
110110
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade pip \
111111
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade azure-cli==${AZCLI_VERSION} PyJWT shyaml pywinrm==${PYWINRM_VERSION} \
112-
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible==${ANSIBLE_VERSION} ansible-core==2.12.6 --force-reinstall \
113-
&& ansible-galaxy collection install ansible.windows:==1.13.0 \
112+
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible-core==${ANSIBLE_VERSION} --force-reinstall \
113+
&& ansible-galaxy collection install ansible.windows:>=2.10.0 \
114114
&& apt-get purge --auto-remove -y libffi-dev python3-dev \
115115
&& apt-get autoremove -y \
116116
&& apt-get clean -y \

0 commit comments

Comments
 (0)