From 4b79196f128a32e2bf70b5d8e04274392760cc2c Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 2 Oct 2018 14:51:02 +0200 Subject: space_server: networkd: don't restart running networkd ..this might cut the pipe we're connected through, and new network configuration should be tested to work after reboot anyway --- roles/space_server/tasks/networkd.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'roles/space_server/tasks') diff --git a/roles/space_server/tasks/networkd.yml b/roles/space_server/tasks/networkd.yml index fcca317..cab8cae 100644 --- a/roles/space_server/tasks/networkd.yml +++ b/roles/space_server/tasks/networkd.yml @@ -14,8 +14,6 @@ group: root mode: 0644 with_fileglob: 'networkd/network/*' - notify: - - restart networkd - name: Create systemd-networkd-wait-online drop-in directory file: -- cgit v1.2.1