add NetworkManage systemd handler + stop/disable systemd-resolved systemd service

This commit is contained in:
opal
2023-03-11 13:22:34 -08:00
parent f517f3057f
commit 21da115b88
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- name: Restart NetworkManager
service:
name: NetworkManager
state: restarted