Initial commit
This commit is contained in:
6
roles/system/handlers/main.yml
Normal file
6
roles/system/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# Reload system service
|
||||
- name: Reload system
|
||||
ansible.builtin.service:
|
||||
name: system
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user