Compare commits

..

2 Commits

Author SHA1 Message Date
48e37b7180 [Ansible] Upgrade to version 2.13.5
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-28 15:39:27 +02:00
6a5f799ed1 [Ansible] Upgrade to version 2.13.5 2022-10-28 15:39:18 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -28,5 +28,5 @@ steps:
# tags
tags:
- 'v0.9'
- 'v0.10'
- 'latest'

View File

@ -3,8 +3,8 @@ FROM alpine:3.16
# software versions
ENV ANSIBLE_VERSION=2.12.9
ENV ANSIBLE_LINT_VERSION=6.8.0
ENV ANSIBLE_VERSION=2.13.5
ENV ANSIBLE_LINT_VERSION=6.8.4
ENV YAML_LINT_VERSION=1.28.0

View File

@ -4,8 +4,8 @@
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
# Preinstalled software
- ansible-core == 2.12.9
- ansible-lint == 6.8.0
- ansible-core == 2.13.5
- ansible-lint == 6.8.4
- yamllint == 1.28.0
# Ansible collections