We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a447d23 commit ebf3f48Copy full SHA for ebf3f48
collection_prep/cmd/runtime.py
@@ -14,8 +14,8 @@
14
15
logging.basicConfig(format="%(levelname)-10s%(message)s", level=logging.INFO)
16
17
-COLLECTION_MIN_ANSIBLE_VERSION = ">=2.9.10"
18
-COLLECTION_MAX_ANSIBLE_VERSION = "<2.11"
+COLLECTION_MIN_ANSIBLE_VERSION = ">=2.14.10"
+COLLECTION_MAX_ANSIBLE_VERSION = "<2.19"
19
DEPRECATION_CYCLE_IN_YEAR = 2
20
REMOVAL_FREQUENCY_IN_MONTHS = 3
21
REMOVAL_DAY_OF_MONTH = "01"
0 commit comments