diff --git a/test.yml b/test.yml index a69f745..e6c6f21 100644 --- a/test.yml +++ b/test.yml @@ -1,12 +1,4 @@ ---- -- name: win_file module demo - hosts: all - become: false - gather_facts: false - vars: - myfile: 'C:\\Users\\Administrator\\Desktop\\example.txt' - tasks: - - name: Creating an empty file - ansible.windows.win_file: - path: "{{ myfile }}" - state: touch \ No newline at end of file +- name: Creating an empty file + ansible.windows.win_file: + path: 'C:\\Users\\Administrator\\Desktop\\example.txt' + state: touch \ No newline at end of file