parent
e89d4c038e
commit
78870d8060
@ -1,6 +1,8 @@ |
||||
--- |
||||
- name: Creating an empty file |
||||
ansible.windows.win_file: |
||||
hosts: all |
||||
path: 'C:\\Users\\Administrator\\Desktop\\example.txt' |
||||
state: touch |
||||
- name: win_file module demo |
||||
tasks: |
||||
- name: Creating an empty file |
||||
ansible.windows.win_file: |
||||
|
||||
path: 'C:\\Users\\Administrator\\Desktop\\example.txt' |
||||
state: touch |
||||
Loading…
Reference in new issue