Test YML file

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

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

Loading…
Cancel
Save