ansible/playbooks/00_win.yml
2022-12-14 02:23:34 +01:00

9 lines
164 B
YAML

- hosts: windows
name: Test
gather_facts: true
tasks:
- name: Run basic PowerShell script
win_file:
path: c:\lala
state: directory