mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
committed by
Sam Doran
parent
145895dcf0
commit
ac0202fba1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user