fix permissions

This commit is contained in:
Morten Olsen
2024-10-08 21:25:10 +02:00
parent 134a64b30a
commit 034994e398
16 changed files with 64 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
tags: always
ansible.builtin.set_fact:
username: alice
home: "{{ ansible_env.HOME }}"
home: "/home/alice"
use_become: true
mac_os: "{{ ansible_distribution == 'MacOSX' }}"
@@ -11,3 +11,4 @@
when: mac_os
ansible.builtin.set_fact:
install_with_root: false
home: "/Users/alice"