|
|
|
@ -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 |