Change networks_info output structure
With commit [1] to collection output structure of networks_info module
has been changed. With that we adpot to the new format.
[1] 9272146cf7
Change-Id: I0515bfa3303261bfde6f33d07e919b13402e9a12
This commit is contained in:
parent
18bf330d43
commit
d009d3e6ed
@ -153,10 +153,11 @@
|
||||
cloud: default
|
||||
interface: internal
|
||||
verify: no
|
||||
register: openstack_networks
|
||||
|
||||
- name: Show networks
|
||||
debug:
|
||||
var: openstack_networks
|
||||
var: openstack_networks.networks
|
||||
|
||||
- name: Ensure subnet exists
|
||||
openstack.cloud.subnet:
|
||||
|
Loading…
Reference in New Issue
Block a user