Created a dedicated ansible package

This commit is contained in:
lksz 2020-12-02 00:30:57 -05:00
parent c6cc116564
commit aca79c186a
4 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,3 @@
[CmdletBinding()]param([string[]]$Remotes = 'All')
Invoke-ViaAnsible -Command "Update-OSz -Mode Auto" -Remotes:$($Remotes.ToLower())