Skip to content

Commit c7685f7

Browse files
committed
[minor_change] Added support for Ansible 2.18 and dropped support for 2.15.
1 parent a3c9bd8 commit c7685f7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ansible-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
18+
ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18]
1919
steps:
2020
- name: Check out code
2121
uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
matrix:
65-
ansible: [stable-2.17]
65+
ansible: [stable-2.18]
6666
steps:
6767
- name: Set up Python ${{ env.python_version }}
6868
uses: actions/setup-python@v5
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
119+
ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18]
120120
steps:
121121
- name: Set up Python ${{ env.python_version }}
122122
uses: actions/setup-python@v5
@@ -158,7 +158,7 @@ jobs:
158158
strategy:
159159
fail-fast: false
160160
matrix:
161-
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
161+
ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18]
162162
steps:
163163
- name: Set up Python ${{ env.python_version }}
164164
uses: actions/setup-python@v5
@@ -200,7 +200,7 @@ jobs:
200200
runs-on: ubuntu-latest
201201
strategy:
202202
matrix:
203-
ansible: [stable-2.17]
203+
ansible: [stable-2.18]
204204
env:
205205
MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com
206206
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See the [cisco.aci collection index](https://galaxy.ansible.com/ui/repo/publishe
88

99
## Requirements
1010

11-
- Ansible v2.15 or newer
11+
- Ansible v2.16 or newer
1212
- Python v3.10 or newer
1313

1414
Follow the [Installing Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) guide for detailed instructions.

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
requires_ansible: '>=2.15.0'
2+
requires_ansible: '>=2.16.0'
33
action_groups:
44
all:
55
- aci_aaa_certificate_authority

0 commit comments

Comments
 (0)