network and serial complete

This commit is contained in:
2023-08-10 23:32:17 +10:00
parent 621d9595f8
commit 84a20416e3
19 changed files with 142 additions and 40 deletions

View File

@ -0,0 +1,9 @@
- name: Restart systemd-networkd
ansible.builtin.service:
name: systemd-networkd.service
state: restarted
- name: Restart systemd-resolved
ansible.builtin.service:
name: systemd-resolved.service
state: restarted