From 1e05ba7bc3ae1be91bbf71c9b78a922dc88dab22 Mon Sep 17 00:00:00 2001 From: Nicolas Patouillard Date: Wed, 14 Dec 2022 17:35:37 +0100 Subject: [PATCH] Test YML file --- test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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