Add scoop role

This commit is contained in:
Kenneth Benzie 2024-08-09 20:52:10 +01:00
parent 567ed28def
commit 471a358321

View 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