Test YML file

main
Nicolas Patouillard 3 years ago
parent 3b1fe646e6
commit a927bb6331
  1. 11
      test.yml

@ -1,6 +1,5 @@
--- tasks:
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" state: touch
state: touch
Loading…
Cancel
Save