diff --git a/liebchen.yml b/liebchen.yml index d4dfcfd..b1bcd63 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -212,6 +212,8 @@ command: hostnamectl set-hostname {{ result_hostname.stdout_lines[0] }} when: result_hostname.rc == 0 + - name: disable systemd-networkd + command: systemctl disable systemd-networkd.service systemd-networkd.socket - name: Enable login screen after install command: systemctl start systemd-logind.service