mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
8
playbooks/00_win.yml
Normal file
8
playbooks/00_win.yml
Normal file
@ -0,0 +1,8 @@
|
||||
- hosts: windows
|
||||
name: Test
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: Run basic PowerShell script
|
||||
win_file:
|
||||
path: c:\lala
|
||||
state: directory
|
Reference in New Issue
Block a user