parent
ecea98e1ca
commit
729f37251d
@ -1,6 +1,10 @@ |
|||||||
--- |
--- |
||||||
|
- name: win_file module demo |
||||||
|
hosts: all |
||||||
|
vars: |
||||||
|
myfile: |
||||||
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…
Reference in new issue