mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
* 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>
(cherry picked from commit be2de15c66)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user