Skip to content

Commit

Permalink
Fixed missing colon
Browse files Browse the repository at this point in the history
Signed-off-by: Joerg Kastning <[email protected]>
  • Loading branch information
Tronde committed Aug 17, 2022
1 parent d06be77 commit 4c999af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
register: yum_output
- debug: var=yum_output

- name Check if reboot is needed
- name: Check if reboot is needed
shell:
cmd: /usr/bin/needs-restarting -r
register: needs_restarting
Expand Down

0 comments on commit 4c999af

Please sign in to comment.