Allow running with ansible-core 2.19

pull/1259/head
Lee Garrett 8 months ago committed by Stefano Rivera
parent 54ad3341f1
commit d3413372b4

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

Loading…
Cancel
Save