Skip to content

Commit 6fb5502

Browse files
Klaus ZerwesKlaus Zerwes
authored andcommitted
issue #874 support for ansible core 2.12 aka. ansible community 5.0
1 parent a564d8a commit 6fb5502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_mitogen/loaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
ANSIBLE_VERSION_MIN = (2, 10)
48-
ANSIBLE_VERSION_MAX = (2, 11)
48+
ANSIBLE_VERSION_MAX = (2, 12)
4949

5050
NEW_VERSION_MSG = (
5151
"Your Ansible version (%s) is too recent. The most recent version\n"

0 commit comments

Comments
 (0)