mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 19:59:07 +00:00
doc style adjustments: modules [no]* (#10443)
* doc style adjustments: modules n* * doc style adjustments: modules o* * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f1f7d9b038
commit
6d67546902
36 changed files with 252 additions and 229 deletions
|
|
@ -33,12 +33,12 @@ attributes:
|
|||
options:
|
||||
id:
|
||||
description:
|
||||
- A O(id) of the template you would like to manage. If not set then a new template will be created with the given O(name).
|
||||
- A O(id) of the template you would like to manage. If not set then a new template is created with the given O(name).
|
||||
type: int
|
||||
name:
|
||||
description:
|
||||
- A O(name) of the template you would like to manage. If a template with the given name does not exist it will be created,
|
||||
otherwise it will be managed by this module.
|
||||
- A O(name) of the template you would like to manage. If a template with the given name does not exist it is created,
|
||||
otherwise it is managed by this module.
|
||||
type: str
|
||||
template:
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue