Skip to content

Commit 5d23247

Browse files
committed
Reformat to address YAML lint complaint
1 parent cdd99fb commit 5d23247

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@
5656
notify:
5757
- Cleanup
5858
register: su_result
59-
failed_when: 'su_result.rc != 0 or "Error installing updates." in su_result.stdout'
59+
failed_when: >-
60+
su_result.rc != 0 or
61+
'Error installing updates.' in su_result.stdout

0 commit comments

Comments
 (0)