Skip to content

Commit

Permalink
Bump minimum required version to 2.14
Browse files Browse the repository at this point in the history
Next changes will break compatibility with Ansible 2.9. 2.14 is one
version older than the last version supported by upstream - so should
not be an issue for anyone.

This also starts removal of compatibility code.
  • Loading branch information
bwachter committed Mar 1, 2024
1 parent d5f9132 commit f98209f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/check_versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: verify ansible version
ansible.builtin.assert:
that: "ansible_version.full is version_compare('2.9.17', '>=')"
that: "ansible_version.full is version_compare('2.14.0', '>=')"
msg: >
Minimum ansible version required for running this is 2.9.17
Minimum ansible version required for running this is 2.14
tags:
- base_config
- access_setup
Expand Down

0 comments on commit f98209f

Please sign in to comment.