ansible/playbooks/00_win.yml
ladislav.dusa afc7817a81 conf added
2024-12-11 16:33:42 +01:00

9 lines
164 B
YAML
Executable File

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