PowerShell_Scripts/sys.Linux/Pull-ViaAnsible.ps1

4 lines
121 B
PowerShell
Raw Normal View History

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