From cd7cc07e852c8ac61c90450071e04d6ea5ac1aa2 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 3 Dec 2014 08:16:59 -0800 Subject: [PATCH] Gixes to doc formatting --- lib/ansible/modules/cloud/amazon/cloudformation.py | 1 + lib/ansible/modules/cloud/amazon/ec2.py | 3 ++- lib/ansible/modules/database/postgresql/postgresql_privs.py | 2 +- lib/ansible/modules/database/postgresql/postgresql_user.py | 2 +- lib/ansible/modules/system/service.py | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/cloudformation.py b/lib/ansible/modules/cloud/amazon/cloudformation.py index 4048a9922bf..aad5795c939 100644 --- a/lib/ansible/modules/cloud/amazon/cloudformation.py +++ b/lib/ansible/modules/cloud/amazon/cloudformation.py @@ -20,6 +20,7 @@ module: cloudformation short_description: create a AWS CloudFormation stack description: - Launches an AWS CloudFormation stack and waits for it complete. +version_added: "1.1" options: stack_name: description: diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py index 87dc80b5e36..fc4ec64b8a4 100644 --- a/lib/ansible/modules/cloud/amazon/ec2.py +++ b/lib/ansible/modules/cloud/amazon/ec2.py @@ -19,7 +19,8 @@ DOCUMENTATION = ''' module: ec2 short_description: create, terminate, start or stop an instance in ec2 description: - - Creates or terminates ec2 instances. + - Creates or terminates ec2 instances. +version_added: "0.9" options: key_name: description: diff --git a/lib/ansible/modules/database/postgresql/postgresql_privs.py b/lib/ansible/modules/database/postgresql/postgresql_privs.py index e618beefcc9..e78f2b14036 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_privs.py +++ b/lib/ansible/modules/database/postgresql/postgresql_privs.py @@ -100,7 +100,7 @@ options: required: no default: 5432 unix_socket: - description + description: - Path to a Unix domain socket for local connections. - 'Alias: I(login_unix_socket)' required: false diff --git a/lib/ansible/modules/database/postgresql/postgresql_user.py b/lib/ansible/modules/database/postgresql/postgresql_user.py index 3581d2ea45c..a61cb544073 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_user.py +++ b/lib/ansible/modules/database/postgresql/postgresql_user.py @@ -79,7 +79,7 @@ options: required: false default: localhost login_unix_socket: - description + description: - Path to a Unix domain socket for local connections required: false default: null diff --git a/lib/ansible/modules/system/service.py b/lib/ansible/modules/system/service.py index 2f59c6415f6..9aa672fc437 100644 --- a/lib/ansible/modules/system/service.py +++ b/lib/ansible/modules/system/service.py @@ -25,7 +25,7 @@ author: Michael DeHaan version_added: "0.1" short_description: Manage services. 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. options: name: