mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
9 lines
164 B
YAML
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
|