Ensure scoop extras bucket is owned by correct user
This commit is contained in:
parent
a624be3ac0
commit
1447a04ab4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user