Add scoop role
This commit is contained in:
parent
567ed28def
commit
471a358321
10
roles/scoop/tasks/main.yaml
Normal file
10
roles/scoop/tasks/main.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
- 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
|
Loading…
x
Reference in New Issue
Block a user