removed empty choices from files

pull/11093/head
Brian Coca 10 years ago
parent 21fa385ce7
commit 9a88e0fc8e

@ -24,25 +24,21 @@ options:
mode: mode:
required: false required: false
default: null default: null
choices: []
description: description:
- mode the file or directory should be, such as 0644 as would be fed to I(chmod). As of version 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)). - mode the file or directory should be, such as 0644 as would be fed to I(chmod). As of version 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)).
owner: owner:
required: false required: false
default: null default: null
choices: []
description: description:
- name of the user that should own the file/directory, as would be fed to I(chown) - name of the user that should own the file/directory, as would be fed to I(chown)
group: group:
required: false required: false
default: null default: null
choices: []
description: description:
- name of the group that should own the file/directory, as would be fed to I(chown) - name of the group that should own the file/directory, as would be fed to I(chown)
seuser: seuser:
required: false required: false
default: null default: null
choices: []
description: description:
- user part of SELinux file context. Will default to system policy, if - user part of SELinux file context. Will default to system policy, if
applicable. If set to C(_default), it will use the C(user) portion of the applicable. If set to C(_default), it will use the C(user) portion of the
@ -50,19 +46,16 @@ options:
serole: serole:
required: false required: false
default: null default: null
choices: []
description: description:
- role part of SELinux file context, C(_default) feature works as for I(seuser). - role part of SELinux file context, C(_default) feature works as for I(seuser).
setype: setype:
required: false required: false
default: null default: null
choices: []
description: description:
- type part of SELinux file context, C(_default) feature works as for I(seuser). - type part of SELinux file context, C(_default) feature works as for I(seuser).
selevel: selevel:
required: false required: false
default: "s0" default: "s0"
choices: []
description: description:
- level part of the SELinux file context. This is the MLS/MCS attribute, - level part of the SELinux file context. This is the MLS/MCS attribute,
sometimes known as the C(range). C(_default) feature works as for sometimes known as the C(range). C(_default) feature works as for

Loading…
Cancel
Save