Created a dedicated ansible package
This commit is contained in:
parent
c6cc116564
commit
aca79c186a
4 changed files with 15 additions and 1 deletions
3
ansible/Update-ViaAnsible.ps1
Normal file
3
ansible/Update-ViaAnsible.ps1
Normal file
|
@ -0,0 +1,3 @@
|
|||
[CmdletBinding()]param([string[]]$Remotes = 'All')
|
||||
|
||||
Invoke-ViaAnsible -Command "Update-OSz -Mode Auto" -Remotes:$($Remotes.ToLower())
|
Loading…
Add table
Add a link
Reference in a new issue