Compare commits
4 Commits
e464c238d5
...
solution
| Author | SHA1 | Date | |
|---|---|---|---|
| 8404ab46cd | |||
| b895e08049 | |||
| 98149b2754 | |||
| 6bc58187c9 |
@@ -8,9 +8,9 @@
|
||||
mode: 0750
|
||||
|
||||
- name: execute script
|
||||
command: /tmp//random.sh
|
||||
command: /tmp/random.sh
|
||||
register: result
|
||||
failed_when: 2|string in result.stdout
|
||||
failed_when: result.rc==2
|
||||
|
||||
- name: display result
|
||||
debug:
|
||||
|
||||
Reference in New Issue
Block a user