disable systemd-networkd

This commit is contained in:
Markus Rosenstihl 2024-12-02 17:31:02 +01:00
parent 09b35d7cdb
commit 36525a0a2c

View File

@ -212,6 +212,8 @@
command: hostnamectl set-hostname {{ result_hostname.stdout_lines[0] }} command: hostnamectl set-hostname {{ result_hostname.stdout_lines[0] }}
when: result_hostname.rc == 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 - name: Enable login screen after install
command: systemctl start systemd-logind.service command: systemctl start systemd-logind.service