mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Native YAML - cloud/cloudstack (#3613)
This commit is contained in:
committed by
Matt Clay
parent
00eb0d27d9
commit
1a7b9090df
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user