From c37d8988c2c2cc054024e990c3a081478232d2cd Mon Sep 17 00:00:00 2001 From: mavimo Date: Sat, 30 Mar 2013 20:53:28 +0100 Subject: [PATCH] Chnge description as list inside string --- cron | 3 ++- gem | 15 ++++++++++----- rabbitmq_vhost | 2 +- uri | 9 ++++++--- vagrant | 3 ++- 5 files changed, 21 insertions(+), 11 deletions(-) diff --git a/cron b/cron index 1daa7781626..ebd3b6cb078 100644 --- a/cron +++ b/cron @@ -124,7 +124,8 @@ examples: description: 'Creates an entry like "@reboot /some/job.sh"' - code: 'cron: name="yum autoupdate" weekday="2" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" cron_file=ansible_yum-autoupdate' -requirements: cron +requirements: + - cron author: Dane Summers updates: Mike Grozak """ diff --git a/gem b/gem index ee768750588..04ea794a42f 100755 --- a/gem +++ b/gem @@ -28,7 +28,8 @@ description: version_added: "1.1" options: name: - description: The name of the gem to be managed. + description: + - The name of the gem to be managed. required: true state: description: @@ -36,19 +37,23 @@ options: required: true choices: [present, absent, latest] gem_source: - description: The path to a local gem used as installation source. + description: + - The path to a local gem used as installation source. required: false include_dependencies: - description: Wheter to include dependencies or not. + description: + - Wheter to include dependencies or not. required: false choices: [ "yes", "no" ] default: "yes" repository: - description: The repository from which the gem will be installed + description: + - The repository from which the gem will be installed required: false aliases: [source] version: - description: Version of the gem to be installed/removed. + description: + - Version of the gem to be installed/removed. required: false author: Johan Wiren ''' diff --git a/rabbitmq_vhost b/rabbitmq_vhost index 2e1e5a40552..268d0325da2 100644 --- a/rabbitmq_vhost +++ b/rabbitmq_vhost @@ -36,7 +36,7 @@ options: aliases: [vhost] tracing: description: - Enable/disable tracing for a vhost + - Enable/disable tracing for a vhost default: "no" choices: [ "yes", "no" ] aliases: [trace] diff --git a/uri b/uri index e3652f3aad1..e6b60113752 100644 --- a/uri +++ b/uri @@ -33,8 +33,8 @@ DOCUMENTATION = ''' module: uri short_description: Interacts with webservices description: - - Interacts with HTTP and HTTPS web services and supports Digest, Basic and WSSE - HTTP authentication mechanisms. + - Interacts with HTTP and HTTPS web services and supports Digest, Basic and WSSE + HTTP authentication mechanisms. version_added: "1.1" options: url: @@ -109,7 +109,10 @@ options: required: false default: 30 HEADER_: - description: Any parameter starting with "HEADER_" is a sent with your request as a header. For example, HEADER_Content-Type="application/json" would send the header "Content-Type" along with your request with a value of "application/json". + description: + - Any parameter starting with "HEADER_" is a sent with your request as a header. + For example, HEADER_Content-Type="application/json" would send the header + "Content-Type" along with your request with a value of "application/json". required: false default: null others: diff --git a/vagrant b/vagrant index 8adc7a2e8ba..bf56a58e750 100644 --- a/vagrant +++ b/vagrant @@ -23,7 +23,8 @@ description: version_added: "100.0" options: state: - description: Should the VMs be "present" or "absent." + description: + - Should the VMs be "present" or "absent." cmd: description: - vagrant subcommand to execute. Can be "up," "status," "config," "ssh," "halt," "destroy" or "clear."