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 73abfec commit cdd99fbCopy full SHA for cdd99fb
tasks/main.yml
@@ -56,4 +56,4 @@
56
notify:
57
- Cleanup
58
register: su_result
59
- failed_when: '"Error installing updates." in su_result.stdout'
+ failed_when: 'su_result.rc != 0 or "Error installing updates." in su_result.stdout'
0 commit comments