E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-11-28 13:55:52 +05:30
committed by GitHub
parent 991a9dfa12
commit bc3e7bbeba
109 changed files with 208 additions and 179 deletions

View File

@@ -47,9 +47,10 @@ options:
version_added: "2.6"
required: false
default: 'no'
type: bool
description:
- Forces the use of "local" command alternatives on platforms that implement it.
This is useful in environments that use centralized authentification when you want to manipulate the local groups.
This is useful in environments that use centralized authentication when you want to manipulate the local groups.
I.E. it uses `lgroupadd` instead of `useradd`.
- This requires that these commands exist on the targeted host, otherwise it will be a fatal error.
notes:

View File

@@ -274,6 +274,7 @@ options:
- If no chain is specified then the entire table is purged.
- Ignores all other parameters.
version_added: "2.2"
type: bool
policy:
description:
- Set the policy for the chain to the given target.

View File

@@ -57,6 +57,7 @@ options:
keystore_create:
description:
- Create keystore if it doesn't exist
type: bool
executable:
description:
- Path to keytool binary if not used we search in PATH for it.