Test YML file

main
Nicolas Patouillard 3 years ago
parent e89d4c038e
commit 78870d8060
  1. 12
      test.yml

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