diff --git a/test.yml b/test.yml index 1811814..96ab59a 100644 --- a/test.yml +++ b/test.yml @@ -1,6 +1,10 @@ --- +- name: win_file module demo + hosts: all + vars: + myfile: tasks: - - name: Creating an empty file - ansible.windows.win_file: - path: 'C:\\Users\\Administrator\\Desktop\\example.txt' - 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