mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
Native YAML - cloud/cloudstack (#3613)
This commit is contained in:
parent
00eb0d27d9
commit
1a7b9090df
4 changed files with 49 additions and 25 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue