From a927bb63316f4a275b849331a57e475d0a07a76d Mon Sep 17 00:00:00 2001 From: Nicolas Patouillard Date: Wed, 14 Dec 2022 17:14:36 +0100 Subject: [PATCH] Test YML file --- test.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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