Skip to content

Commit da78082

Browse files
authored
Merge pull request #95 from KB-perByte/master
Fix ansible-core version as it works in 2.16
2 parents a447d23 + 7132e38 commit da78082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

collection_prep/cmd/runtime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
logging.basicConfig(format="%(levelname)-10s%(message)s", level=logging.INFO)
1616

17-
COLLECTION_MIN_ANSIBLE_VERSION = ">=2.9.10"
18-
COLLECTION_MAX_ANSIBLE_VERSION = "<2.11"
17+
COLLECTION_MIN_ANSIBLE_VERSION = ">=2.14.10"
18+
COLLECTION_MAX_ANSIBLE_VERSION = "<2.19"
1919
DEPRECATION_CYCLE_IN_YEAR = 2
2020
REMOVAL_FREQUENCY_IN_MONTHS = 3
2121
REMOVAL_DAY_OF_MONTH = "01"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ansible-core
1+
ansible-core==2.16
22
redbaron
33
ruamel.yaml

0 commit comments

Comments
 (0)