Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-18 14:27:26 +01:00
commit d34a810159
16 changed files with 621 additions and 0 deletions

11
handlers/main.yml Normal file
View File

@ -0,0 +1,11 @@
---
- name: restart networkd
systemd:
name: "{{ item }}"
state: restarted
daemon_reload: true
with_items:
- systemd-networkd
- systemd-resolved
- systemd-timesyncd