parent
02a2b93c94
commit
fc322a0493
@ -1,8 +1,9 @@ |
|||||||
--- |
--- |
||||||
- name: win_file module demo |
- hosts: all |
||||||
|
name: win_file module demo |
||||||
tasks: |
tasks: |
||||||
|
hosts: all |
||||||
- 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…
Reference in new issue