user_group: "{{ user_name }}" user_home: "{{ (user_name == 'root') | ternary('/root', '/home/' ~ user_name) }}"