Add powertoys role for Windows
This commit is contained in:
parent
1fbdcdd487
commit
833f9a25ef
@ -23,4 +23,5 @@
|
|||||||
- role: autohotkey
|
- role: autohotkey
|
||||||
- role: firefox
|
- role: firefox
|
||||||
- role: obsidian
|
- role: obsidian
|
||||||
|
- role: powertoys
|
||||||
- role: windows-terminal
|
- role: windows-terminal
|
||||||
|
8
roles/powertoys/tasks/main.yaml
Normal file
8
roles/powertoys/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- assert:
|
||||||
|
that: ansible_os_family == 'Windows'
|
||||||
|
|
||||||
|
- name: install chocolatey package
|
||||||
|
win_chocolatey:
|
||||||
|
name: powertoys
|
||||||
|
state: present
|
Loading…
x
Reference in New Issue
Block a user