Skip to content

Commit

Permalink
revert min ansible version back to 2.14.0
Browse files Browse the repository at this point in the history
ansible-lint 24.6.0 added a feature which allows you to specify
alternate versions to use instead of the one in meta/runtime.yml by
adding the config option `supported_ansible_also` to .ansible-lint
https://ansible.readthedocs.io/projects/lint/rules/meta-runtime/#configuration

Change this version to 2.14.0.  There will be follow up PRs to add
the option to all role .ansible-lint.

This should allow both ansible-lint and ansible-test to pass.
  • Loading branch information
richm committed Jun 5, 2024
1 parent 4d6ac00 commit 42955a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsr_role2collection/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.15.0"
requires_ansible: ">=2.14.0"

0 comments on commit 42955a3

Please sign in to comment.