PowerShell_Scripts/sys.Linux/Pull-ViaAnsible.ps1
2020-11-01 01:19:26 -05:00

3 lines
121 B
PowerShell

[CmdletBinding()]param([string[]]$Remotes = 'All')
Invoke-ViaAnsible -Command "git pull" -Remotes:$($Remotes.ToLower())