From 7ee86ae370a0f7f984527fa9d1ad020e0dc044f6 Mon Sep 17 00:00:00 2001 From: nishiokay Date: Fri, 6 Jul 2018 22:47:42 +0900 Subject: [PATCH] [cloudstack] fix cs_host example (#42419) --- lib/ansible/modules/cloud/cloudstack/cs_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/cloudstack/cs_host.py b/lib/ansible/modules/cloud/cloudstack/cs_host.py index 4776fb57d8..29c5717dee 100644 --- a/lib/ansible/modules/cloud/cloudstack/cs_host.py +++ b/lib/ansible/modules/cloud/cloudstack/cs_host.py @@ -103,7 +103,7 @@ EXAMPLES = ''' zone: ch-zrh-ix-01 allocation_state: disabled -- name: Ensure an existing host is disabled +- name: Ensure an existing host is enabled local_action: module: cs_host name: ix-pod01-esx01.example.com