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: Ia0d50b96a4af59352a89c566137d8b0208338b6b
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -94,9 +94,9 @@
"to the deployed VMs. This network can be created prior to running this"
" playbook or can be setup by setting trove_service_net_setup to true."
when:
- _get_trove_service_net.openstack_networks is not defined or _get_trove_service_net.openstack_networks | length == 0
- _get_trove_service_net.networks is not defined or _get_trove_service_net.networks | length == 0
- name:Save trove service net id
set_fact:
trove_service_net_id:"{{ _get_trove_service_net.openstack_networks[0].id }}"
trove_service_net_id:"{{ _get_trove_service_net.networks[0].id }}"
run_once:true
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.