Skip to content

Commit

Permalink
Merge pull request #16 from Tronde/needs-restarting
Browse files Browse the repository at this point in the history
Fixed missing colon
  • Loading branch information
Tronde authored Aug 17, 2022
2 parents d06be77 + 4c999af commit ebbc11e
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 ebbc11e

Please sign in to comment.