We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce753ef commit 1aca1dbCopy full SHA for 1aca1db
packer/machines/web-server.json
@@ -54,7 +54,8 @@
54
"bash /app/bin/install-gauntlt.sh",
55
"bash /app/bin/install-ansible.sh",
56
"bash /app/bin/ansible.sh bakery.yml scan-openscap.yml scan-gauntlt.yml",
57
- "find / -name '*.html' 2>&1 | grep -E 'gauntlt|scan'; ls -l /app/build"
+ "find / -name '*.html' 2>/dev/null | grep -E 'gauntlt|scan'",
58
+ "ls -l /app /app/build"
59
]
60
},
61
{
0 commit comments