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:
Dmitriy Rabotyagov
2022年08月29日 20:16:49 +02:00
parent 3ddd45d335
commit 27880b4b50

View File

@@ -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
openstack/openstack-ansible-os_trove
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.

The note is not visible to the blocked user.