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.
2 parents 510b73b + 5d23247 commit ced633dCopy full SHA for ced633d
tasks/main.yml
@@ -55,3 +55,7 @@
55
when: pkg_info.rc != 0 or compiler.rc != 0 or not clt.stat.exists
56
notify:
57
- Cleanup
58
+ register: su_result
59
+ failed_when: >-
60
+ su_result.rc != 0 or
61
+ 'Error installing updates.' in su_result.stdout
0 commit comments