summaryrefslogtreecommitdiff
path: root/roles/wireguard/p2p/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-01-23 22:17:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-01-23 22:17:02 +0100
commitaefa7a4f57f91ed62ca166ecf5fdfc2eacc04f6a (patch)
treef7bb813720bc5198cbd2c172ae6136f2927eab3e /roles/wireguard/p2p/handlers/main.yml
parentadd etherwake and wakeonlan to ch-equinox-(ws|t450s) (diff)
move wireguard to network sub-dir
Diffstat (limited to 'roles/wireguard/p2p/handlers/main.yml')
-rw-r--r--roles/wireguard/p2p/handlers/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/wireguard/p2p/handlers/main.yml b/roles/wireguard/p2p/handlers/main.yml
deleted file mode 100644
index 625032dc..00000000
--- a/roles/wireguard/p2p/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: restart systemd-networkd
- systemd:
- daemon_reload: yes
- name: systemd-networkd
- state: restarted