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.
2 parents a447d23 + 7132e38 commit da78082Copy full SHA for da78082
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"
requirements.txt
@@ -1,3 +1,3 @@
1
-ansible-core
+ansible-core==2.16
2
redbaron
3
ruamel.yaml
0 commit comments