diff --git a/test.yml b/test.yml index 568cf8b..83dd4e3 100644 --- a/test.yml +++ b/test.yml @@ -1,7 +1,7 @@ --- -- hosts: all +- name: win_file module demo + hosts: all tasks: - hosts: all - name: Creating an empty file ansible.windows.win_file: path: 'C:\\Users\\Administrator\\Desktop\\example.txt'