File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222
222
- name : Run molecule test
223
223
run : |
224
224
molecule --version
225
- molecule test -s ${{ matrix.molecule_test }}
225
+ molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
226
226
working-directory : ./ansible_collections/${{ inputs.fqcn }}
227
227
env :
228
228
ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
@@ -270,7 +270,7 @@ jobs:
270
270
- name : Run molecule test
271
271
run : |
272
272
molecule --version
273
- molecule test -s ${{ matrix.molecule_test }}
273
+ molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
274
274
working-directory : ./ansible_collections/${{ inputs.fqcn }}
275
275
env :
276
276
ANSIBLE_REMOTE_TMP : " /tmp-2.15-${{ matrix.molecule_test }}"
@@ -319,7 +319,6 @@ jobs:
319
319
- name : Run molecule test
320
320
run : |
321
321
molecule --version
322
- echo molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
323
322
molecule test -s ${{ matrix.molecule_test }} -- -e ${{ inputs.root_permission_varname }}=false
324
323
working-directory : ./ansible_collections/${{ inputs.fqcn }}
325
324
env :
You can’t perform that action at this time.
0 commit comments