diff --git a/cloud/cloudstack/cs_instance.py b/cloud/cloudstack/cs_instance.py index 3cda4065f99..9d6dc847b4d 100644 --- a/cloud/cloudstack/cs_instance.py +++ b/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/clustering/znode b/clustering/znode index 9e34a431e86..142836281ea 100644 --- a/clustering/znode +++ b/clustering/znode @@ -53,7 +53,6 @@ options: requirements: - kazoo >= 2.1 author: "Trey Perry (@treyperry)" ---- """ EXAMPLES = """