mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Document defaults
This commit is contained in:
parent
8dc99baabf
commit
0d6cd1d8ab
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Set exact URL to download the plugin from
|
- Set exact URL to download the plugin from
|
||||||
required: False
|
required: False
|
||||||
|
default: None
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Timeout setting: 30s, 1m, 1h... (1m by default)
|
- Timeout setting: 30s, 1m, 1h... (1m by default)
|
||||||
|
@ -64,6 +65,7 @@ options:
|
||||||
version:
|
version:
|
||||||
description:
|
description:
|
||||||
- Version of the plugin to be installed.
|
- Version of the plugin to be installed.
|
||||||
|
default: None
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue