From ac0202fba1df5aca8ab45dde20cffde6f9902d3a Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Thu, 10 Aug 2017 19:30:37 +0200 Subject: [PATCH] win_file: Remove 'Create a file' example (#28009) Fixes #28005 --- lib/ansible/modules/windows/win_file.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ansible/modules/windows/win_file.py b/lib/ansible/modules/windows/win_file.py index 0e6a507c71..ee3499bb32 100644 --- a/lib/ansible/modules/windows/win_file.py +++ b/lib/ansible/modules/windows/win_file.py @@ -59,11 +59,6 @@ options: ''' EXAMPLES = r''' -- name: Create a file - win_file: - path: C:\Temp\foo.conf - state: file - - name: Touch a file (creates if not present, updates modification time if present) win_file: path: C:\Temp\foo.conf