Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created December 6, 2019 16:31
Show Gist options
  • Save jonathanmedd/16b33b90267c86baf51aee7574845752 to your computer and use it in GitHub Desktop.
Save jonathanmedd/16b33b90267c86baf51aee7574845752 to your computer and use it in GitHub Desktop.
_14_install_chocolatey_packages
---
- hosts: all
tasks:
- name: Install package dependencies
win_chocolatey:
name:
- chocolatey-core.extension
- chocolatey-windowsupdate.extension
state: present
- name: Install VS Code and PowerShell Preview
win_chocolatey:
name:
- vscode.install
- powershell-preview
state: present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment