PowerShell_Scripts/sys.Linux/Pull-ViaAnsible.ps1

4 lines
121 B
PowerShell
Raw Normal View History

2020-11-01 00:55:38 -04:00
[CmdletBinding()]param([string[]]$Remotes = 'All')
Invoke-ViaAnsible -Command "git pull" -Remotes:$($Remotes.ToLower())