mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix module formatter indexing
This commit is contained in:
parent
e170d7304b
commit
761330b125
43 changed files with 45 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH ANSIBLE.FILE 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
|
||||
.TH ANSIBLE.FILE 5 "2012-10-03" "0.8" "ANSIBLE MODULES"
|
||||
." generated from library/file
|
||||
.SH NAME
|
||||
file \- Sets attributes of files
|
||||
|
@ -35,6 +35,8 @@ accepts only \fCdefault\fR as value. This will restore a file's SELinux context
|
|||
default.
|
||||
.IP owner
|
||||
name of the user that should own the file/directory, as would be fed to \fIchown\fR
|
||||
.IP force
|
||||
force is required when changing an existing file to a directory, or a link to a directory, and so on. Use this with caution.
|
||||
.IP setype
|
||||
type part of SELinux file context, \fC_default\fR feature works as for \fIseuser\fR.."
|
||||
."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue