mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
9 lines
164 B
YAML
Executable File
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
|