Test YML file

main
Nicolas Patouillard 3 years ago
parent 729f37251d
commit e89d4c038e
  1. 6
      test.yml

@ -1,10 +1,6 @@
--- ---
- name: win_file module demo
hosts: all
vars:
myfile:
tasks:
- name: Creating an empty file - name: Creating an empty file
ansible.windows.win_file: ansible.windows.win_file:
hosts: all
path: 'C:\\Users\\Administrator\\Desktop\\example.txt' path: 'C:\\Users\\Administrator\\Desktop\\example.txt'
state: touch state: touch
Loading…
Cancel
Save