From e0b95e9889d5f8c8ab4b5a94a78de448fb28203a Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Mon, 8 Apr 2019 08:39:18 -0700 Subject: [PATCH] Packages can be installed on windows Found out Brave has a bug in the installer but VSCode works! --- .../windows/choco/{installBrave.yml => installVSCode.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename playbook/windows/choco/{installBrave.yml => installVSCode.yml} (75%) diff --git a/playbook/windows/choco/installBrave.yml b/playbook/windows/choco/installVSCode.yml similarity index 75% rename from playbook/windows/choco/installBrave.yml rename to playbook/windows/choco/installVSCode.yml index 21a682a..c26676f 100644 --- a/playbook/windows/choco/installBrave.yml +++ b/playbook/windows/choco/installVSCode.yml @@ -5,8 +5,8 @@ tasks: - name: Install Package win_chocolatey: - name: brave + name: vscode state: present register: output - - debug: msg="{{ output }}" + - debug: msg="{{ output }}"