From 02a2b93c94241bd641df8c816512ddd4acc9de12 Mon Sep 17 00:00:00 2001 From: Nicolas Patouillard Date: Wed, 14 Dec 2022 17:25:47 +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 a2fdedc..90cce13 100644 --- a/test.yml +++ b/test.yml @@ -3,6 +3,6 @@ tasks: - 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