diff --git a/test.yml b/test.yml index 83dd4e3..2d44365 100644 --- a/test.yml +++ b/test.yml @@ -4,5 +4,5 @@ tasks: - name: Creating an empty file ansible.windows.win_file: - path: 'C:\\Users\\Administrator\\Desktop\\example.txt' + path: 'C:\Users\Administrator\Desktop\example.txt' state: touch \ No newline at end of file