mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Adjust booleans in system modules (#5153)
* Adjust booleans in system modules. * Fix some IP addresses Co-authored-by: Sandra McCann <samccann@redhat.com> Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
parent
bcecf2dcdc
commit
be2de15c66
39 changed files with 162 additions and 146 deletions
|
@ -30,10 +30,10 @@ options:
|
|||
no_reload:
|
||||
description:
|
||||
- Disable reloading of the SELinux policy after making change to a domain's permissive setting.
|
||||
- The default is C(no), which causes policy to be reloaded when a domain changes state.
|
||||
- The default is C(false), which causes policy to be reloaded when a domain changes state.
|
||||
- Reloading the policy does not work on older versions of the C(policycoreutils-python) library, for example in EL 6."
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
store:
|
||||
description:
|
||||
- Name of the SELinux policy store to use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue