From 60ce2d38537237ddcb2fc7cfff0b7a1a4d7c9d12 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 8 Aug 2014 15:11:45 -0400 Subject: [PATCH] Fix documentation builds. --- cloud/rax_cdb_database | 9 +++++---- files/unarchive | 3 +-- system/getent | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/cloud/rax_cdb_database b/cloud/rax_cdb_database index fd54658a39f..848ba1d8a66 100644 --- a/cloud/rax_cdb_database +++ b/cloud/rax_cdb_database @@ -15,12 +15,12 @@ # along with Ansible. If not, see . DOCUMENTATION = ''' ---- module: rax_cdb_database -short_description: create / delete a database in the Cloud Databases +short_description: 'create / delete a database in the Cloud Databases' description: - create / delete a database in the Cloud Databases. -version_added: "1.88888888ns: +version_added: "1.8" +options: api_key: description: - Rackspace API key (overrides I(credentials)) @@ -61,7 +61,8 @@ version_added: "1.88888888ns: - Indicate desired state of the resource choices: ['present', 'absent'] default: present -requirements: [ "pyrax" ] +requirements: + - "pyrax" author: Simon JAILLET notes: - The following environment variables can be used, C(RAX_USERNAME), diff --git a/files/unarchive b/files/unarchive index 3a3553fdbc6..52f533241b8 100644 --- a/files/unarchive +++ b/files/unarchive @@ -39,8 +39,7 @@ options: default: null copy: description: - - If set to yes/true (default), the file is copied from the 'master' to the target machine, - if set to no/false, the plugin will look for src archive at the target machine. + - "if true, the file is copied from the 'master' to the target machine, otherwise, the plugin will look for src archive at the target machine." required: false choices: [ "yes", "no" ] default: "yes" diff --git a/system/getent b/system/getent index 70568f11e0e..0173618f699 100644 --- a/system/getent +++ b/system/getent @@ -44,8 +44,7 @@ options: required: False default: None description: - - character used to override the split the database values into lists/arrays, - i.e ':' or '\t'. Otherwise split tries to be 'smart' depending on DB. + - "character used to split the database values into lists/arrays such as ':' or '\t', otherwise it will try to pick one depending on the database" fail_key: required: False default: True