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
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
tasks:
- name: Install Package
win_chocolatey:
name: brave
name: vscode
state: present
register: output
- debug: msg="{{ output }}"
- debug: msg="{{ output }}"