diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:38:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:38:37 +0000 |
commit | edb762c8af1ace09545c11f1342e8fe1abdae3b8 (patch) | |
tree | 642cd160bb22cc28e6672c1baea60a49476d71b2 /src/ansible_compat/constants.py | |
parent | Releasing progress-linux version 24.5.1-1~progress7.99u1. (diff) | |
download | python-ansible-compat-edb762c8af1ace09545c11f1342e8fe1abdae3b8.tar.xz python-ansible-compat-edb762c8af1ace09545c11f1342e8fe1abdae3b8.zip |
Merging upstream version 24.6.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/ansible_compat/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ansible_compat/constants.py b/src/ansible_compat/constants.py index f3d7866..f5335ab 100644 --- a/src/ansible_compat/constants.py +++ b/src/ansible_compat/constants.py @@ -14,7 +14,7 @@ REQUIREMENT_LOCATIONS = [ ] # Minimal version of Ansible we support for runtime -ANSIBLE_MIN_VERSION = "2.12" +ANSIBLE_MIN_VERSION = "2.14" # Based on https://docs.ansible.com/ansible/latest/reference_appendices/config.html ANSIBLE_DEFAULT_ROLES_PATH = ( |