код по отключению udev/rules механизма управления сетевыми устройствами, характерного для noncloud образа Debian 11

This commit is contained in:
135
2023-09-11 19:17:43 +03:00
parent 762be6dd88
commit eae8ce0848
3 changed files with 66 additions and 4 deletions

View File

@@ -1,2 +1,13 @@
---
# handlers file for network-manager
- name: Restart NetworkManager
systemd:
name: NetworkManager
state: restarted
- name: Reboot the system
reboot:
reboot_timeout: 180
async: 0
poll: 0
listen: "Notify the reboot handler"