diff --git a/test.yml b/test.yml index 96ab59a..7eb831d 100644 --- a/test.yml +++ b/test.yml @@ -1,10 +1,6 @@ --- -- name: win_file module demo - hosts: all - vars: - myfile: - tasks: - name: Creating an empty file ansible.windows.win_file: + hosts: all path: 'C:\\Users\\Administrator\\Desktop\\example.txt' state: touch \ No newline at end of file