diff options
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 = ( |