Removed Ansible due to arm64 issues

This commit is contained in:
cytopia
2022-03-23 21:32:01 +01:00
parent ea52cc0969
commit 663f716031
15 changed files with 2 additions and 53 deletions

View File

@@ -430,9 +430,6 @@ RUN set -eux \
### Install pip (Python) packages
###
RUN set -eux \
# -------------------- ansible --------------------
&& pip install --no-cache-dir --force-reinstall ansible==3.4.0 || true \
\
# -------------------- yamllint --------------------
&& pip install --no-cache-dir --force-reinstall yamllint || true \
\
@@ -510,7 +507,6 @@ RUN set -eux \
# -------------------- Composer --------------------
\
# -------------------- PIP --------------------
&& ansible --version | grep -E '^ansible [0-9][.0-9]+$' \
&& yamllint --version 2>&1 | grep -E '[0-9][.0-9]+' \
&& yq --version 2>&1 | grep -E '^yq\s+[0-9][.0-9]+$' \
\