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
This commit is contained in:
Ningú 2019-10-01 00:30:33 +02:00 committed by Alicia Cozine
parent 6bbd9c9eca
commit 87a6f8397e

View file

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