Skip to content

Commit 058a01a

Browse files
authored
Merge pull request #172 from vexx32/update-ansible-core
(#169) Update ansible-core versions supported/tested
2 parents e3db551 + 935678f commit 058a01a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It contains the following modules:
1919

2020
## Requirements
2121

22-
- `ansible-core` >= 2.15, 2.16, 2.17
22+
- `ansible-core` >= 2.16, 2.17, 2.18
2323
- `python` >= 3.8
2424

2525
### Python Dependencies
@@ -108,7 +108,7 @@ Remove the Community Package Repository (as you have an internal repository; rec
108108

109109
## Testing
110110

111-
This collection is tested against `ansible-core` versions >= **2.15, 2.16, 2.17**.
111+
This collection is tested against `ansible-core` versions >= **2.16, 2.17, 2.18**.
112112

113113
Testing is primarily conducted on Ubuntu runners in Azure Pipelines at the latest OS version, with the collection being targeted at a Windows 10 Enterprise 21H2 client machine, using `ansible-test` to run the tests included in the collection.
114114

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ stages:
131131
strategy:
132132
maxParallel: 1
133133
matrix:
134-
ansible215:
135-
Ansible.Package: "ansible-core==2.15"
136-
Ansible.Version: "2.15"
137134
ansible216:
138135
Ansible.Package: "ansible-core==2.16"
139136
Ansible.Version: "2.16"
140137
ansible217:
141138
Ansible.Package: "ansible-core==2.17"
142139
Ansible.Version: "2.17"
140+
ansible218:
141+
Ansible.Package: "ansible-core==2.18"
142+
Ansible.Version: "2.18"
143143
ansible-latest:
144144
Ansible.Package: "ansible-core"
145145
Ansible.Version: "latest"
@@ -318,7 +318,7 @@ stages:
318318
- Test
319319
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
320320
variables:
321-
Ansible.Package: 'ansible-core==2.14'
321+
Ansible.Package: 'ansible-core==2.18'
322322

323323
jobs:
324324
- job: Publish

chocolatey/meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requires_ansible: '>=2.15.0'
1+
requires_ansible: '>=2.16.0'

0 commit comments

Comments
 (0)