From b0e86d35510cde2ee8659c2935a530905f692399 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 13 Aug 2015 00:00:09 -0400 Subject: [PATCH] fixes to prevent doc brekage --- lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py | 2 +- lib/ansible/modules/extras/clustering/znode | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py index 08c2a0bbb53..6a0923987a9 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py @@ -99,7 +99,7 @@ options: default: null ip_to_networks: description: - - List of mappings in the form {'network': NetworkName, 'ip': 1.2.3.4} + - "List of mappings in the form {'network': NetworkName, 'ip': 1.2.3.4}" - Mutually exclusive with C(networks) option. required: false default: null diff --git a/lib/ansible/modules/extras/clustering/znode b/lib/ansible/modules/extras/clustering/znode index 9e34a431e86..142836281ea 100644 --- a/lib/ansible/modules/extras/clustering/znode +++ b/lib/ansible/modules/extras/clustering/znode @@ -53,7 +53,6 @@ options: requirements: - kazoo >= 2.1 author: "Trey Perry (@treyperry)" ---- """ EXAMPLES = """