File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -186,26 +186,29 @@ jobs:
186186 strategy :
187187 fail-fast : false
188188 matrix :
189- ansible : [2.13.0]
189+ # ansible: [2.13.0]
190190 # python: [3.11]
191191 # test_name: [user_info]
192192 test_name : ${{ fromJson(needs.integ-matrix.outputs.matrix) }}
193193 sc_host :
194194 - https://10.5.11.200
195195 - https://10.5.11.201
196196 include :
197- - ansible : 2.13.0
198- sc_host : https://10.5.11.50
197+ - sc_host : https://10.5.11.50
199198 test_name : vm_replication
200- - ansible : 2.13.0
201- sc_host : https://10.5.11.50
199+ - sc_host : https://10.5.11.50
202200 test_name : vm_replication_info
201+ exclude :
202+ - sc_host : https://10.5.11.200
203+ test_name : vm_replication
204+ - sc_host : https://10.5.11.201
205+ test_name : vm_replication
203206 steps :
204207 - name : Checkout
205208 uses : actions/checkout@v3
206209 with :
207210 path : ${{ env.WORKDIR }}
208- - run : pip install ansible-core~=${{ matrix.ansible }}
211+ - run : pip install ansible-core~=2.13.0
209212 # We have ansible.cfg "for testing" in git repo
210213 # (it is excluded in galaxy.yml, so it is not part of collection artifact)
211214 # But it does affect ansible-galaxy and ansible-test commands.
You can’t perform that action at this time.
0 commit comments