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

Fixes #28005
pull/28020/head
Raphael Nestler 7 years ago committed by Sam Doran
parent 145895dcf0
commit ac0202fba1

@ -59,11 +59,6 @@ options:
''' '''
EXAMPLES = r''' 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) - name: Touch a file (creates if not present, updates modification time if present)
win_file: win_file:
path: C:\Temp\foo.conf path: C:\Temp\foo.conf

Loading…
Cancel
Save