Ensure scoop extras bucket is owned by correct user

This commit is contained in:
Kenneth Benzie 2024-08-10 12:11:54 +01:00
parent a624be3ac0
commit 1447a04ab4

View File

@ -8,3 +8,8 @@
community.windows.win_scoop: community.windows.win_scoop:
name: scoop-completion name: scoop-completion
state: present state: present
- win_owner:
path: '{{ansible_env.LOCALAPPDATA}}/Scoop/buckets/extras'
user: '{{ansible_env.USERNAME}}'
recurse: true