File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : Run Molecule tests
3434 run : |
35- molecule test -s ${{ matrix.scenario }} -- -vvv
35+ molecule test -s ${{ matrix.scenario }}
3636 exit_code=$?
3737 if [ $exit_code -eq 4 ]; then
3838 echo "Molecule returned exit code 4 (some tasks failed but errors were ignored), treating as success"
Original file line number Diff line number Diff line change 77 register : art_atomics_installed
88 changed_when : false
99
10- - name : Check if Atomic Red Team module directory exists
10+ - name : Check if Atomic Red Team module exists
1111 become : true
1212 stat :
13- path : /root/AtomicRedTeam/Invoke-AtomicRedTeam
13+ path : /root/AtomicRedTeam/invoke-atomicredteam/ Invoke-AtomicRedTeam.psd1
1414 register : art_module_installed
1515 changed_when : false
1616
You can’t perform that action at this time.
0 commit comments