mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user