Test YML file

main
Nicolas Patouillard 3 years ago
parent ebdbe3d540
commit ecea98e1ca
  1. 10
      test.yml

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