Skip to content

Commit 1e45988

Browse files
authored
updated ansible version (#573)
1 parent 19ad1d0 commit 1e45988

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/ansible-test.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ansible-version: [stable-2.13, stable-2.14, stable-2.15]
18+
ansible-version: [stable-2.14, stable-2.15]
1919
steps:
2020
- name: Check out code
2121
uses: actions/checkout@v3
@@ -49,13 +49,10 @@ jobs:
4949
matrix:
5050
python: ['3.8', '3.9', '3.10', '3.11']
5151
ansible:
52-
- stable-2.13
5352
- stable-2.14
5453
- stable-2.15
5554
- devel
5655
exclude:
57-
- ansible: stable-2.13
58-
python: '3.11'
5956
- ansible: stable-2.14
6057
python: '3.8'
6158
- ansible: stable-2.15
@@ -87,13 +84,10 @@ jobs:
8784
matrix:
8885
python: ['3.8', '3.9', '3.10', '3.11']
8986
ansible:
90-
- stable-2.13
9187
- stable-2.14
9288
- stable-2.15
9389
- devel
9490
exclude:
95-
- ansible: stable-2.13
96-
python: '3.11'
9791
- ansible: stable-2.14
9892
python: '3.8'
9993
- ansible: stable-2.15
@@ -121,10 +115,8 @@ jobs:
121115
fail-fast: false
122116
matrix:
123117
python-version: ['3.9', '3.10', '3.11']
124-
ansible-version: [stable-2.13, stable-2.14, stable-2.15, devel]
118+
ansible-version: [stable-2.14, stable-2.15, devel]
125119
exclude:
126-
- ansible-version: stable-2.13
127-
python-version: '3.11'
128120
- ansible-version: stable-2.14
129121
python-version: '3.8'
130122
- ansible-version: stable-2.15

meta/runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
requires_ansible: ">=2.13.0"
2+
requires_ansible: ">=2.14.0"
33
plugin_routing:
44
modules:
55
dellemc_get_firmware_inventory:

0 commit comments

Comments
 (0)