[Ansible] Upgrade ansible-core to v2.12.9 and linter to 6.5.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-09-16 12:47:54 +02:00
parent 8bce4ee2d8
commit 4abdccd5e1

View File

@ -3,8 +3,8 @@ FROM alpine:3.16
# software versions
ENV ANSIBLE_VERSION=2.12
ENV ANSIBLE_LINT_VERSION=6.5.0
ENV ANSIBLE_VERSION=2.12.9
ENV ANSIBLE_LINT_VERSION=6.5.2
ENV YAML_LINT_VERSION=1.27.1