mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-10 18:29:11 -07:00
Fix small typo in documentation
This commit is contained in:
parent
96dda702f7
commit
ee2a8ff324
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ options:
|
||||||
aaa_user_type:
|
aaa_user_type:
|
||||||
description:
|
description:
|
||||||
- Whether this is a normal user or an appuser.
|
- Whether this is a normal user or an appuser.
|
||||||
choices: [ user, userapp ]
|
choices: [ user, appuser ]
|
||||||
default: user
|
default: user
|
||||||
certificate:
|
certificate:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue