diff --git a/CHANGELOG.md b/CHANGELOG.md index 542808b..708397d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ #### Changed - Re-added `opcache` for PHP 8.1 +- Pin `ansible` version for all work images ## Release 0.124 diff --git a/Dockerfiles/work/Dockerfile-5.2 b/Dockerfiles/work/Dockerfile-5.2 index 768b68d..c7b30e1 100644 --- a/Dockerfiles/work/Dockerfile-5.2 +++ b/Dockerfiles/work/Dockerfile-5.2 @@ -391,7 +391,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 \ diff --git a/Dockerfiles/work/Dockerfile-5.3 b/Dockerfiles/work/Dockerfile-5.3 index 2f1a63a..9ab6d02 100644 --- a/Dockerfiles/work/Dockerfile-5.3 +++ b/Dockerfiles/work/Dockerfile-5.3 @@ -452,7 +452,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 \ diff --git a/Dockerfiles/work/Dockerfile-5.4 b/Dockerfiles/work/Dockerfile-5.4 index f1b55a6..04e7a40 100644 --- a/Dockerfiles/work/Dockerfile-5.4 +++ b/Dockerfiles/work/Dockerfile-5.4 @@ -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 \ diff --git a/Dockerfiles/work/Dockerfile-5.5 b/Dockerfiles/work/Dockerfile-5.5 index 5f33eec..abf0799 100644 --- a/Dockerfiles/work/Dockerfile-5.5 +++ b/Dockerfiles/work/Dockerfile-5.5 @@ -504,7 +504,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 \ diff --git a/Dockerfiles/work/Dockerfile-5.6 b/Dockerfiles/work/Dockerfile-5.6 index 24f83fc..a3c89ff 100644 --- a/Dockerfiles/work/Dockerfile-5.6 +++ b/Dockerfiles/work/Dockerfile-5.6 @@ -516,7 +516,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 \ diff --git a/Dockerfiles/work/Dockerfile-7.0 b/Dockerfiles/work/Dockerfile-7.0 index ae7599c..326b246 100644 --- a/Dockerfiles/work/Dockerfile-7.0 +++ b/Dockerfiles/work/Dockerfile-7.0 @@ -497,7 +497,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 \ diff --git a/Dockerfiles/work/Dockerfile-7.1 b/Dockerfiles/work/Dockerfile-7.1 index 94eb071..4dde7f8 100644 --- a/Dockerfiles/work/Dockerfile-7.1 +++ b/Dockerfiles/work/Dockerfile-7.1 @@ -496,7 +496,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 \ diff --git a/Dockerfiles/work/Dockerfile-7.2 b/Dockerfiles/work/Dockerfile-7.2 index 1fe7745..a7c1f7d 100644 --- a/Dockerfiles/work/Dockerfile-7.2 +++ b/Dockerfiles/work/Dockerfile-7.2 @@ -516,7 +516,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 \ diff --git a/Dockerfiles/work/Dockerfile-7.3 b/Dockerfiles/work/Dockerfile-7.3 index b007c81..f161446 100644 --- a/Dockerfiles/work/Dockerfile-7.3 +++ b/Dockerfiles/work/Dockerfile-7.3 @@ -516,7 +516,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 \ diff --git a/Dockerfiles/work/Dockerfile-7.4 b/Dockerfiles/work/Dockerfile-7.4 index bc6bfdd..fa84443 100644 --- a/Dockerfiles/work/Dockerfile-7.4 +++ b/Dockerfiles/work/Dockerfile-7.4 @@ -511,7 +511,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 \ diff --git a/Dockerfiles/work/Dockerfile-8.0 b/Dockerfiles/work/Dockerfile-8.0 index 88c449c..bec025d 100644 --- a/Dockerfiles/work/Dockerfile-8.0 +++ b/Dockerfiles/work/Dockerfile-8.0 @@ -415,7 +415,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 \ diff --git a/Dockerfiles/work/Dockerfile-8.1 b/Dockerfiles/work/Dockerfile-8.1 index 36a1d4d..176efc2 100644 --- a/Dockerfiles/work/Dockerfile-8.1 +++ b/Dockerfiles/work/Dockerfile-8.1 @@ -415,7 +415,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 \ diff --git a/build/ansible/group_vars/all/work.yml b/build/ansible/group_vars/all/work.yml index d433710..a0ccfee 100644 --- a/build/ansible/group_vars/all/work.yml +++ b/build/ansible/group_vars/all/work.yml @@ -368,6 +368,8 @@ npm_available: pip_available: ansible: name: ansible + all: + version: 3.4.0 check: ansible --version | grep -E '^ansible [0-9][.0-9]+$' yamllint: name: yamllint