Skip to content

Commit

Permalink
Fix #208
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Jul 23, 2023
1 parent b389243 commit 0ec6604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ssh/tasks/notify_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
prompted for an e-mail confirmation in Authelia.
- name: Reboot the system if updates are pending
when: reboot_required.stat.exists
when: ssh_reboot_required.stat.exists
changed_when: true
ansible.builtin.command:
cmd: reboot

0 comments on commit 0ec6604

Please sign in to comment.