mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-23 00:30:22 -07:00
Various fixes for the module documentation auto-generator
This commit is contained in:
parent
83f277cfe6
commit
405c097c43
4 changed files with 64 additions and 55 deletions
|
@ -34,7 +34,6 @@ options:
|
|||
- Path to the INI-style file; this file is created if required
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
section:
|
||||
description:
|
||||
- Section name in INI file. This is added if C(state=present) automatically when
|
||||
|
@ -46,12 +45,12 @@ options:
|
|||
- if set (required for changing a I(value)), this is the name of the option.
|
||||
- May be omitted if adding/removing a whole I(section).
|
||||
required: false
|
||||
default: []
|
||||
default: null
|
||||
value:
|
||||
description:
|
||||
- the string value to be associated with an I(option). May be omitted when removing an I(option).
|
||||
required: false
|
||||
default: []
|
||||
default: null
|
||||
backup:
|
||||
description:
|
||||
- Create a backup file including the timestamp information so you can get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue