From 3fbbdcd466ce96894ecac3880d83e33464dfec56 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 17 Jan 2017 20:39:13 +0100 Subject: [PATCH] doc: cloudstack: cs_host: fix return docs --- lib/ansible/modules/cloud/cloudstack/cs_host.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/cloudstack/cs_host.py b/lib/ansible/modules/cloud/cloudstack/cs_host.py index 550e0af1b5..4d3513b559 100644 --- a/lib/ansible/modules/cloud/cloudstack/cs_host.py +++ b/lib/ansible/modules/cloud/cloudstack/cs_host.py @@ -306,10 +306,7 @@ state: type: string sample: Up suitable_for_migration: - description: | - Whether this host is suitable (has enough capacity and satisfies all - conditions like hosttags, max guests VM limit, etc) to migrate a VM to it - or not. + description: Whether this host is suitable (has enough capacity and satisfies all conditions like hosttags, max guests VM limit, etc) to migrate a VM to it or not. returned: success type: string sample: true