fix(configuration): use short hostname and allow per-user shell

This commit is contained in:
2026-02-20 20:15:49 +01:00
parent 3000268a0e
commit cf68a93b45
2 changed files with 4 additions and 3 deletions

View File

@@ -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"