Update to allow override of hostname with FQDN
This commit is contained in:
parent
202de6d2b4
commit
ea6ae01f76
@ -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