|
|
|
@ -4,5 +4,5 @@ |
|
|
|
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 |