Pin Ansible to specific version

This commit is contained in:
cytopia
2021-05-19 20:09:42 +02:00
parent 58aa3c6abf
commit 518d0d908d
14 changed files with 15 additions and 12 deletions

View File

@@ -486,7 +486,7 @@ RUN set -eux \
###
RUN set -eux \
# -------------------- ansible --------------------
&& pip install --no-cache-dir --force-reinstall ansible || true \
&& pip install --no-cache-dir --force-reinstall ansible==3.4.0 || true \
\
# -------------------- yamllint --------------------
&& pip install --no-cache-dir --force-reinstall yamllint || true \