This commit is contained in:
2023-07-03 20:39:45 +02:00
parent 25445b2a98
commit 5152f44924
149 changed files with 17896 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Execution script
hosts: windows
gather_facts: no
become: false
tasks:
- name: Run powershell script
script: files/helloworld.ps1
...