[Ansible] Revert back to version 2.12.10
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
48e37b7180
commit
c254620ace
@ -3,7 +3,7 @@ FROM alpine:3.16
|
|||||||
|
|
||||||
|
|
||||||
# software versions
|
# software versions
|
||||||
ENV ANSIBLE_VERSION=2.13.5
|
ENV ANSIBLE_VERSION=2.12.10
|
||||||
ENV ANSIBLE_LINT_VERSION=6.8.4
|
ENV ANSIBLE_LINT_VERSION=6.8.4
|
||||||
ENV YAML_LINT_VERSION=1.28.0
|
ENV YAML_LINT_VERSION=1.28.0
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
||||||
|
|
||||||
# Preinstalled software
|
# Preinstalled software
|
||||||
- ansible-core == 2.13.5
|
- ansible-core == 2.12.10
|
||||||
- ansible-lint == 6.8.4
|
- ansible-lint == 6.8.4
|
||||||
- yamllint == 1.28.0
|
- yamllint == 1.28.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user