Gixes to doc formatting

This commit is contained in:
Toshio Kuratomi 2014-12-03 08:16:59 -08:00 committed by Matt Clay
parent 181c3aa25f
commit cd7cc07e85
5 changed files with 6 additions and 4 deletions

View file

@ -20,6 +20,7 @@ module: cloudformation
short_description: create a AWS CloudFormation stack short_description: create a AWS CloudFormation stack
description: description:
- Launches an AWS CloudFormation stack and waits for it complete. - Launches an AWS CloudFormation stack and waits for it complete.
version_added: "1.1"
options: options:
stack_name: stack_name:
description: description:

View file

@ -19,7 +19,8 @@ DOCUMENTATION = '''
module: ec2 module: ec2
short_description: create, terminate, start or stop an instance in ec2 short_description: create, terminate, start or stop an instance in ec2
description: description:
- Creates or terminates ec2 instances. - Creates or terminates ec2 instances.
version_added: "0.9"
options: options:
key_name: key_name:
description: description:

View file

@ -100,7 +100,7 @@ options:
required: no required: no
default: 5432 default: 5432
unix_socket: unix_socket:
description description:
- Path to a Unix domain socket for local connections. - Path to a Unix domain socket for local connections.
- 'Alias: I(login_unix_socket)' - 'Alias: I(login_unix_socket)'
required: false required: false

View file

@ -79,7 +79,7 @@ options:
required: false required: false
default: localhost default: localhost
login_unix_socket: login_unix_socket:
description description:
- Path to a Unix domain socket for local connections - Path to a Unix domain socket for local connections
required: false required: false
default: null default: null

View file

@ -25,7 +25,7 @@ author: Michael DeHaan
version_added: "0.1" version_added: "0.1"
short_description: Manage services. short_description: Manage services.
description: description:
- Controls services on remote hosts. Supported init systems are: BSD init, - Controls services on remote hosts. Supported init systems include BSD init,
OpenRC, SysV, systemd, upstart. OpenRC, SysV, systemd, upstart.
options: options:
name: name: