win_file: Remove 'Create a file' example (#28009)

Fixes #28005
This commit is contained in:
Raphael Nestler 2017-08-10 19:30:37 +02:00 committed by Sam Doran
parent 145895dcf0
commit ac0202fba1

View file

@ -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