disable systemd-networkd
This commit is contained in:
parent
09b35d7cdb
commit
36525a0a2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user