diff --git a/test.yml b/test.yml index 90cce13..b31087e 100644 --- a/test.yml +++ b/test.yml @@ -1,8 +1,9 @@ --- -- name: win_file module demo +- hosts: all + name: win_file module demo tasks: + hosts: all - 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