diff --git a/test.yml b/test.yml index b101f2b..c2c5119 100644 --- a/test.yml +++ b/test.yml @@ -1,6 +1,5 @@ ---- - 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 +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