PowerShell_Scripts/sys.Linux/Pull-ViaAnsible.ps1

4 řádky
121 B
PowerShell

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