mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #6681/45eb1e39 backport][stable-7] Use semantic markup (modules o-p) (#6705)
Use semantic markup (modules o-p) (#6681)
* Use semantic markup.
* Use real option, not alias.
* E() now works better.
(cherry picked from commit 45eb1e3915)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -40,7 +40,7 @@ options:
|
||||
pd_email:
|
||||
description:
|
||||
- The user's email address.
|
||||
- I(pd_email) is the unique identifier used and cannot be updated using this module.
|
||||
- O(pd_email) is the unique identifier used and cannot be updated using this module.
|
||||
required: true
|
||||
type: str
|
||||
pd_role:
|
||||
@@ -52,15 +52,15 @@ options:
|
||||
state:
|
||||
description:
|
||||
- State of the user.
|
||||
- On C(present), it creates a user if the user doesn't exist.
|
||||
- On C(absent), it removes a user if the account exists.
|
||||
- On V(present), it creates a user if the user doesn't exist.
|
||||
- On V(absent), it removes a user if the account exists.
|
||||
choices: ['present', 'absent']
|
||||
default: 'present'
|
||||
type: str
|
||||
pd_teams:
|
||||
description:
|
||||
- The teams to which the user belongs.
|
||||
- Required if I(state=present).
|
||||
- Required if O(state=present).
|
||||
type: list
|
||||
elements: str
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user