disable systemd-networkd
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user