File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270
270
molecule test --parallel -s ${{ matrix.molecule_test }}
271
271
working-directory : ./ansible_collections/${{ inputs.fqcn }}
272
272
env :
273
- ANSIBLE_REMOTE_TMP : " /tmp/tmp -2.15-${{ matrix.molecule_test }}"
273
+ ANSIBLE_REMOTE_TMP : " /tmp-2.15-${{ matrix.molecule_test }}"
274
274
ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
275
275
PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
276
276
PROD_JBOSSNETWORK_API_SECRET : ' ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
@@ -319,7 +319,7 @@ jobs:
319
319
molecule test --parallel -s ${{ matrix.molecule_test }}
320
320
working-directory : ./ansible_collections/${{ inputs.fqcn }}
321
321
env :
322
- ANSIBLE_REMOTE_TMP : " /tmp/tmp -2.16-${{ matrix.molecule_test }}"
322
+ ANSIBLE_REMOTE_TMP : " /tmp-2.16-${{ matrix.molecule_test }}"
323
323
ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
324
324
PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
325
325
PROD_JBOSSNETWORK_API_SECRET : ' ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
You can’t perform that action at this time.
0 commit comments