Test YML file

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

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