ansible/playbooks/00_win.yml

9 lines
164 B
YAML
Raw Normal View History

2022-12-14 02:23:34 +01:00
- hosts: windows
name: Test
gather_facts: true
tasks:
- name: Run basic PowerShell script
win_file:
path: c:\lala
state: directory