issue #874 support for ansible core 2.12 aka. ansible community 5.0

pull/883/head
Klaus Zerwes 2 years ago
parent a564d8a268
commit 6fb5502a35

@ -45,7 +45,7 @@ __all__ = [
ANSIBLE_VERSION_MIN = (2, 10)
ANSIBLE_VERSION_MAX = (2, 11)
ANSIBLE_VERSION_MAX = (2, 12)
NEW_VERSION_MSG = (
"Your Ansible version (%s) is too recent. The most recent version\n"

Loading…
Cancel
Save