[Linter] Comply with ansible-lint v6.17.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-06-23 10:47:28 +02:00
parent dcfdd59009
commit 5e9504339c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.16
# software versions # software versions
ENV ANSIBLE_VERSION=2.12.10 ENV ANSIBLE_VERSION=2.12.10
ENV ANSIBLE_LINT_VERSION=6.17.1 ENV ANSIBLE_LINT_VERSION=6.17.2
ENV YAML_LINT_VERSION=1.30.0 ENV YAML_LINT_VERSION=1.30.0
# install software # install software

View File

@ -5,7 +5,7 @@ Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD p
# Preinstalled software # Preinstalled software
- ansible-core == 2.12.10 - ansible-core == 2.12.10
- ansible-lint == 6.17.1 - ansible-lint == 6.17.2
- yamllint == 1.30.0 - yamllint == 1.30.0
# Ansible collections # Ansible collections