Update to allow override of hostname with FQDN
This commit is contained in:
		@@ -25,7 +25,7 @@
 | 
			
		||||
    - name: Set hostname
 | 
			
		||||
      become: true
 | 
			
		||||
      ansible.builtin.hostname:
 | 
			
		||||
        name: "{{ inventory_hostname }}"
 | 
			
		||||
        name: "{{ skylab_networking.hostname | default(inventory_hostname) }}"
 | 
			
		||||
        use: systemd
 | 
			
		||||
 | 
			
		||||
    - name: Install global bash config
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user