mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixup docs formatting.
This commit is contained in:
parent
bc76d5adbe
commit
5f18a53530
2 changed files with 4 additions and 3 deletions
|
@ -325,6 +325,9 @@ def main():
|
||||||
modules.sort()
|
modules.sort()
|
||||||
|
|
||||||
for module in modules:
|
for module in modules:
|
||||||
|
|
||||||
|
print "rendering: %s" % module
|
||||||
|
|
||||||
fname = module_map[module]
|
fname = module_map[module]
|
||||||
|
|
||||||
if len(options.module_list):
|
if len(options.module_list):
|
||||||
|
|
|
@ -30,9 +30,7 @@ options:
|
||||||
aliases: ['keypair']
|
aliases: ['keypair']
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances.
|
- identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances. This identifier is valid for at least 24 hours after the termination of the instance, and should not be reused for another call later on. For details, see the description of client token at U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
|
||||||
- Note: this identifier is valid for at least 24 hours after the termination of the instance, and should not be reused for another call later on.
|
|
||||||
- For details, see the description of client token at U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
|
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue