Native YAML - cloud/cloudstack (#3613)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 16:40:49 +00:00 committed by Matt Clay
parent 00eb0d27d9
commit 1a7b9090df
4 changed files with 49 additions and 25 deletions

View file

@ -50,11 +50,12 @@ extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''
- local_action:
module: cs_instance_facts
- cs_instance_facts:
name: web-vm-1
delegate_to: localhost
- debug: var=cloudstack_instance
- debug:
var: cloudstack_instance
'''
RETURN = '''