You've already forked ansible-role-common
Added NetworkManager handler
This commit is contained in:
@@ -14,3 +14,7 @@
|
|||||||
state: restarted
|
state: restarted
|
||||||
- name: reboot windows
|
- name: reboot windows
|
||||||
win_reboot:
|
win_reboot:
|
||||||
|
- name: restart NetworkManager
|
||||||
|
service:
|
||||||
|
name: NetworkManager
|
||||||
|
state: restarted
|
||||||
Reference in New Issue
Block a user