mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
Multiple doc fix 3 (#5238)
* multiple modules 2: fixed markups in doc * multiple modules 3: fixed markups in doc * fixed yaml * Update plugins/modules/cloud/misc/proxmox_template.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
999fc475a2
commit
88c3865cdb
11 changed files with 64 additions and 67 deletions
|
@ -37,15 +37,15 @@ options:
|
|||
type: str
|
||||
firstname:
|
||||
description:
|
||||
- First name. Required if C(state=present).
|
||||
- First name. Required if I(state=present).
|
||||
type: str
|
||||
lastname:
|
||||
description:
|
||||
- Last name. Required if C(state=present).
|
||||
- Last name. Required if I(state=present).
|
||||
type: str
|
||||
password:
|
||||
description:
|
||||
- Password. Required if C(state=present).
|
||||
- Password. Required if I(state=present).
|
||||
type: str
|
||||
birthday:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue