mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-30 04:00:21 -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
|
@ -35,11 +35,12 @@ extends_documentation_fragment: cloudstack
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- local_action:
|
||||
module: cs_zone_facts
|
||||
- cs_zone_facts:
|
||||
name: ch-gva-1
|
||||
delegate_to: localhost
|
||||
|
||||
- debug: var=cloudstack_zone
|
||||
- debug:
|
||||
var: cloudstack_zone
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue