This commit is contained in:
2024-10-07 15:04:35 +02:00
parent 0784cad8af
commit c552125b12
25 changed files with 210 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
tags: always
ansible.builtin.set_fact:
username: alice
home: /Users/alice
home: "{{ ansible_env.HOME }}"
use_become: true
mac_os: "{{ ansible_distribution == 'MacOSX' }}"
contexts: "{{ ['default'] + (contexts | default([])) }}"