Skip to content

Instantly share code, notes, and snippets.

@steviecoaster
Last active December 3, 2020 02:23
Show Gist options
  • Save steviecoaster/c936912441af37098771e56da6e688a7 to your computer and use it in GitHub Desktop.
Save steviecoaster/c936912441af37098771e56da6e688a7 to your computer and use it in GitHub Desktop.
Get started with ansible using chocolatey
if(-not (Get-Command choco)){
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
}
choco install wsl wsl-ubuntu-2004 vscode vscode-powershell vscode-ansible -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment