16 lines
341 B
YAML
16 lines
341 B
YAML
---
|
|
- name: add extras bucket
|
|
community.windows.win_scoop_bucket:
|
|
name: extras
|
|
state: present
|
|
|
|
- name: install completions
|
|
community.windows.win_scoop:
|
|
name: scoop-completion
|
|
state: present
|
|
|
|
- win_owner:
|
|
path: '{{ansible_env.LOCALAPPDATA}}/Scoop/buckets/extras'
|
|
user: '{{ansible_env.USERNAME}}'
|
|
recurse: true
|