From fc322a049322b06a0e71b5c3c8ede6bafe892b82 Mon Sep 17 00:00:00 2001 From: Nicolas Patouillard Date: Wed, 14 Dec 2022 17:27:16 +0100 Subject: [PATCH] Test YML file --- test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test.yml b/test.yml index 90cce13..b31087e 100644 --- a/test.yml +++ b/test.yml @@ -1,8 +1,9 @@ --- -- name: win_file module demo +- hosts: all + name: win_file module demo tasks: + hosts: all - 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