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