Initial commit
This commit is contained in:
5
roles/network/handlers/main.yml
Normal file
5
roles/network/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
# Reload network service using nohup
|
||||
- name: Reload network
|
||||
nohup:
|
||||
command: /etc/init.d/network restart
|
||||
Reference in New Issue
Block a user