You've already forked linux_ws2122_ansible
Initial Commit
This commit is contained in:
7
roles/networking/handlers/main.yml
Normal file
7
roles/networking/handlers/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: restart networkd
|
||||
systemd:
|
||||
name: systemd-networkd
|
||||
state: restarted
|
||||
daemon_reload: true
|
Reference in New Issue
Block a user