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:
parent
6bbd9c9eca
commit
87a6f8397e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue