From 135b30abf63ef06ab008e8d3558e7062f792d95c Mon Sep 17 00:00:00 2001 From: Nicolas Patouillard Date: Wed, 14 Dec 2022 17:29:59 +0100 Subject: [PATCH] Test YML file --- test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.yml b/test.yml index 568cf8b..83dd4e3 100644 --- a/test.yml +++ b/test.yml @@ -1,7 +1,7 @@ --- -- hosts: all +- name: win_file module demo + hosts: all tasks: - hosts: all - name: Creating an empty file ansible.windows.win_file: path: 'C:\\Users\\Administrator\\Desktop\\example.txt'