Update
This commit is contained in:
10
yml/Windows-Run-powershell.yml
Normal file
10
yml/Windows-Run-powershell.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Execution script
|
||||
hosts: windows
|
||||
gather_facts: no
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
- name: Run powershell script
|
||||
script: files/helloworld.ps1
|
||||
...
|
||||
Reference in New Issue
Block a user