fix: rename roles to use underscores instead of hyphens which was causing the roles not to be found
This commit is contained in:
4
roles/system_maintenance/handlers/main.yml
Executable file
4
roles/system_maintenance/handlers/main.yml
Executable file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Reboot system
|
||||
ansible.builtin.reboot:
|
||||
msg: Rebooting as a reboot is required after upgrade
|
||||
Reference in New Issue
Block a user