mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
keycloak_authentication_required_actions: fix examples (#11284)
The correct parameter name is "required_actions" (plural).
This commit is contained in:
@@ -91,7 +91,7 @@ EXAMPLES = r"""
|
|||||||
auth_realm: "master"
|
auth_realm: "master"
|
||||||
auth_username: "admin"
|
auth_username: "admin"
|
||||||
realm: "master"
|
realm: "master"
|
||||||
required_action:
|
required_actions:
|
||||||
- alias: "TERMS_AND_CONDITIONS"
|
- alias: "TERMS_AND_CONDITIONS"
|
||||||
name: "Terms and conditions"
|
name: "Terms and conditions"
|
||||||
providerId: "TERMS_AND_CONDITIONS"
|
providerId: "TERMS_AND_CONDITIONS"
|
||||||
@@ -106,7 +106,7 @@ EXAMPLES = r"""
|
|||||||
auth_realm: "master"
|
auth_realm: "master"
|
||||||
auth_username: "admin"
|
auth_username: "admin"
|
||||||
realm: "master"
|
realm: "master"
|
||||||
required_action:
|
required_actions:
|
||||||
- alias: "TERMS_AND_CONDITIONS"
|
- alias: "TERMS_AND_CONDITIONS"
|
||||||
enabled: false
|
enabled: false
|
||||||
state: "present"
|
state: "present"
|
||||||
@@ -119,7 +119,7 @@ EXAMPLES = r"""
|
|||||||
auth_realm: "master"
|
auth_realm: "master"
|
||||||
auth_username: "admin"
|
auth_username: "admin"
|
||||||
realm: "master"
|
realm: "master"
|
||||||
required_action:
|
required_actions:
|
||||||
- alias: "TERMS_AND_CONDITIONS"
|
- alias: "TERMS_AND_CONDITIONS"
|
||||||
state: "absent"
|
state: "absent"
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user