We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remote_user
1 parent 8fcfebd commit 3339b49Copy full SHA for 3339b49
tasks/Darwin.yml
@@ -54,7 +54,7 @@
54
ansible.builtin.file:
55
path: "{{ directory }}"
56
state: directory
57
- owner: "{{ ansible_user }}"
+ owner: "{{ remote_user }}"
58
mode: 0755
59
loop:
60
# Used by kcpassword, xcodes and p7zip
0 commit comments