Last active
December 3, 2020 02:23
-
-
Save steviecoaster/c936912441af37098771e56da6e688a7 to your computer and use it in GitHub Desktop.
Get started with ansible using chocolatey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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