Test YML file

main
Nicolas Patouillard 3 years ago
parent 78870d8060
commit 02a2b93c94
  1. 2
      test.yml

@ -3,6 +3,6 @@
tasks: 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