We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50eb6c0 commit 5549f08Copy full SHA for 5549f08
2 files changed
.github/workflows/molecule.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Molecule tests
34
run: |
35
- molecule test -s ${{ matrix.scenario }} -- -vvv
+ molecule test -s ${{ matrix.scenario }}
36
exit_code=$?
37
if [ $exit_code -eq 4 ]; then
38
echo "Molecule returned exit code 4 (some tasks failed but errors were ignored), treating as success"
tasks/install_art.yml
@@ -7,10 +7,10 @@
7
register: art_atomics_installed
8
changed_when: false
9
10
-- name: Check if Atomic Red Team module directory exists
+- name: Check if Atomic Red Team module exists
11
become: true
12
stat:
13
- path: /root/AtomicRedTeam/Invoke-AtomicRedTeam
+ path: /root/AtomicRedTeam/invoke-atomicredteam/Invoke-AtomicRedTeam.psd1
14
register: art_module_installed
15
16
0 commit comments