fix(configuration): use short hostname and allow per-user shell
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
- name: Set hostname
|
||||
ansible.builtin.copy:
|
||||
content: "{{ configuration_hostname_fqdn }}"
|
||||
content: "{{ configuration_hostname_fqdn.split('.')[0] }}"
|
||||
dest: /mnt/etc/hostname
|
||||
mode: "0644"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user