Packages can be installed on windows

Found out Brave has a bug in the installer but VSCode works!
This commit is contained in:
James Tombleson 2019-04-08 08:39:18 -07:00
parent d43d21157c
commit e0b95e9889

View File

@ -5,7 +5,7 @@
tasks: tasks:
- name: Install Package - name: Install Package
win_chocolatey: win_chocolatey:
name: brave name: vscode
state: present state: present
register: output register: output