Commit f32567ed by Fred Smith

executable misspelled

parent 65d93334
......@@ -3,6 +3,6 @@
apt: name=bash state=latest update_cache=true
- name: Check and fail if we are still vulnerable
shell: excutable=bash env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
shell: executable=bash env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
register: test_vuln
failed_when: "'vulnerable' in test_vuln.stdout"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment