Add powertoys role for Windows

This commit is contained in:
Kenneth Benzie 2022-10-31 23:26:07 +00:00
parent 1fbdcdd487
commit 833f9a25ef
2 changed files with 9 additions and 0 deletions

View File

@ -23,4 +23,5 @@
- role: autohotkey - role: autohotkey
- role: firefox - role: firefox
- role: obsidian - role: obsidian
- role: powertoys
- role: windows-terminal - role: windows-terminal

View File

@ -0,0 +1,8 @@
---
- assert:
that: ansible_os_family == 'Windows'
- name: install chocolatey package
win_chocolatey:
name: powertoys
state: present