File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Set up Python 3.11
3131 uses : actions/setup-python@v6
3232 with :
33- python-version : 3.11
33+ python-version : 3.12
3434 - name : Install ansible-lint
3535 run : python -m pip install ansible-lint
3636 - name : Run ansible-lint
Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 python-version :
22- - " 3.11 "
22+ - " 3.12 "
2323 steps :
2424 - name : Checkout the repo
2525 uses : actions/checkout@v5
@@ -59,11 +59,11 @@ jobs:
5959 strategy :
6060 matrix :
6161 ansible :
62- - stable-2.15
6362 - stable-2.16
6463 - stable-2.17
64+ - stable-2.18
6565 python-version :
66- - " 3.11 "
66+ - " 3.12 "
6767 steps :
6868 - name : Checkout the repo
6969 uses : actions/checkout@v5
@@ -111,9 +111,9 @@ jobs:
111111 strategy :
112112 matrix :
113113 ansible :
114- - stable-2.15
114+ - stable-2.16
115115 python-version :
116- - 3.11
116+ - 3.12
117117 netscaler-version :
118118 - 13.1-59.19
119119 - 14.1-43.50
Original file line number Diff line number Diff line change 11---
22# Collections must specify a minimum required ansible version to upload
33# to galaxy
4- requires_ansible : ' >=2.15 .0'
4+ requires_ansible : ' >=2.16 .0'
55# Content that Ansible needs to load from another location or that has
66# been deprecated/removed
77# plugin_routing:
You can’t perform that action at this time.
0 commit comments