mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
cloudstack: cs_network fix zone not in result
This commit is contained in:
@@ -533,7 +533,7 @@ class AnsibleCloudStackNetwork(AnsibleCloudStack):
|
||||
self.result['type'] = network['type']
|
||||
if 'traffictype' in network:
|
||||
self.result['traffic_type'] = network['traffictype']
|
||||
if 'zone' in network:
|
||||
if 'zonename' in network:
|
||||
self.result['zone'] = network['zonename']
|
||||
if 'domain' in network:
|
||||
self.result['domain'] = network['domain']
|
||||
|
||||
Reference in New Issue
Block a user