update ansible to v2.9.12
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-08-19 16:34:21 +02:00
parent 0f5bc7ff44
commit 08a36a7c8b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
- ENHANCEMENT
- upstream version update
- update ansible to v2.9.12

View File

@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG ANSIBLE_VERSION=2.9.6
ARG ANSIBLE_VERSION=2.9.12
ARG BUILD_VERSION=latest
ENV PY_COLORS=1 \