mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-03 23:41:51 +00:00
keycloak_authentication_required_actions: fix examples (#11284)
The correct parameter name is "required_actions" (plural).
This commit is contained in:
parent
a96a5c44a5
commit
df34945991
1 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ EXAMPLES = r"""
|
|||
auth_realm: "master"
|
||||
auth_username: "admin"
|
||||
realm: "master"
|
||||
required_action:
|
||||
required_actions:
|
||||
- alias: "TERMS_AND_CONDITIONS"
|
||||
name: "Terms and conditions"
|
||||
providerId: "TERMS_AND_CONDITIONS"
|
||||
|
|
@ -106,7 +106,7 @@ EXAMPLES = r"""
|
|||
auth_realm: "master"
|
||||
auth_username: "admin"
|
||||
realm: "master"
|
||||
required_action:
|
||||
required_actions:
|
||||
- alias: "TERMS_AND_CONDITIONS"
|
||||
enabled: false
|
||||
state: "present"
|
||||
|
|
@ -119,7 +119,7 @@ EXAMPLES = r"""
|
|||
auth_realm: "master"
|
||||
auth_username: "admin"
|
||||
realm: "master"
|
||||
required_action:
|
||||
required_actions:
|
||||
- alias: "TERMS_AND_CONDITIONS"
|
||||
state: "absent"
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue