Concise file module example description (#62932)

A file won't be created by the example, the execution would fail unless the file already exists as specified by the module options
pull/62987/head
Ningú 5 years ago committed by Alicia Cozine
parent 6bbd9c9eca
commit 87a6f8397e

@ -126,7 +126,7 @@ EXAMPLES = r'''
group: foo
mode: '0644'
- name: Create an insecure file
- name: Give insecure permissions to an existing file
file:
path: /work
owner: root

Loading…
Cancel
Save