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