File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 molecule test --parallel -s ${{ matrix.molecule_test }}
271271 working-directory : ./ansible_collections/${{ inputs.fqcn }}
272272 env :
273- ANSIBLE_REMOTE_TMP : " /tmp/tmp -2.15-${{ matrix.molecule_test }}"
273+ ANSIBLE_REMOTE_TMP : " /tmp-2.15-${{ matrix.molecule_test }}"
274274 ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
275275 PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
276276 PROD_JBOSSNETWORK_API_SECRET : ' ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
@@ -319,7 +319,7 @@ jobs:
319319 molecule test --parallel -s ${{ matrix.molecule_test }}
320320 working-directory : ./ansible_collections/${{ inputs.fqcn }}
321321 env :
322- ANSIBLE_REMOTE_TMP : " /tmp/tmp -2.16-${{ matrix.molecule_test }}"
322+ ANSIBLE_REMOTE_TMP : " /tmp-2.16-${{ matrix.molecule_test }}"
323323 ANSIBLE_VERBOSITY : ${{ inputs.debug_verbosity }}
324324 PROD_JBOSSNETWORK_API_CLIENTID : ' ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
325325 PROD_JBOSSNETWORK_API_SECRET : ' ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
You can’t perform that action at this time.
0 commit comments