Test YML file

main
Nicolas Patouillard 3 years ago
parent 6bdf067c39
commit 135b30abf6
  1. 4
      test.yml

@ -1,7 +1,7 @@
---
- hosts: all
tasks:
- name: win_file module demo
hosts: all
tasks:
- name: Creating an empty file
ansible.windows.win_file:
path: 'C:\\Users\\Administrator\\Desktop\\example.txt'

Loading…
Cancel
Save