chore(deps): update dependency ansible to v9.3.0 #365

Merged
xoxys merged 3 commits from renovate/ansible-9.x into main 2024-02-28 08:44:18 +00:00
Showing only changes of commit 9eba8508fc - Show all commits

View File

@ -24,6 +24,7 @@ COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
apk add --update --no-cache git openssh-client && \ apk add --update --no-cache git openssh-client && \
apk --no-cache upgrade libexpat && \
echo "Installing requirements ..." && \ echo "Installing requirements ..." && \
pip install -qq --no-cache-dir --upgrade pip && \ pip install -qq --no-cache-dir --upgrade pip && \
pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \ pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \