random.sh now returns random code

This commit is contained in:
2022-11-16 16:28:06 +01:00
parent e464c238d5
commit 6bc58187c9

View File

@@ -10,7 +10,7 @@
- name: execute script
command: /tmp//random.sh
register: result
failed_when: 2|string in result.stdout
failed_when: result.rc==2
- name: display result
debug: