mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 17:55:09 +02:00
2 lines
128 B
YAML
2 lines
128 B
YAML
user_group: "{{ user_name }}"
|
|
user_home: "{{ (user_name == 'root') | ternary('/root', '/home/' ~ user_name) }}" |