Skip to content

Commit a67e691

Browse files
samiiblhercot
authored andcommitted
[minor_change] Added support for Ansible 2.18 and dropped support for 2.15
1 parent e2ecc23 commit a67e691

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ansible-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
# * is a special character in YAML so you have to quote this string
88
- cron: '0 7 * * *'
99
env:
10-
python_version: '3.10'
10+
python_version: '3.11'
1111
jobs:
1212
build:
1313
name: Build collection
1414
runs-on: ubuntu-latest
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
@@ -162,7 +162,7 @@ jobs:
162162
strategy:
163163
fail-fast: false
164164
matrix:
165-
ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17]
165+
ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18]
166166
steps:
167167
- name: Set up Python ${{ env.python_version }}
168168
uses: actions/setup-python@v5
@@ -204,7 +204,7 @@ jobs:
204204
runs-on: ubuntu-latest
205205
strategy:
206206
matrix:
207-
ansible: [stable-2.17]
207+
ansible: [stable-2.18]
208208
env:
209209
MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com
210210
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ See the [cisco.mso collection index](https://galaxy.ansible.com/ui/repo/publishe
1111

1212
## Requirements
1313

14-
- Ansible v2.15 or newer
15-
- Python v3.10 or newer
14+
- Ansible v2.16 or newer
15+
- Python v3.11 or newer
1616

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

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
plugin_routing:
44
modules:
55
mso_schema_template_externalepg:

0 commit comments

Comments
 (0)