Skip to content

Commit 5549f08

Browse files
author
P4T12ICK
committed
fixes
1 parent 50eb6c0 commit 5549f08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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"

tasks/install_art.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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

0 commit comments

Comments
 (0)