Adopt project_info fetch to collection 2.0

With ansible-collection version 2.0 return of project_info module
has changed. We need to adopt usage of module return to the new format.

Change-Id: Ib4f3ced7f2175e5187f8c16f88fbfbcb3a472d0b
This commit is contained in:
Dmitriy Rabotyagov
2023-04-10 18:30:47 +02:00
parent fde458164b
commit 7b326d50c7

View File

@@ -29,7 +29,7 @@
- name: Store admin tenant id
set_fact:
keystone_admin_tenant_id: "{{ _get_admin_project.openstack_projects[0].id }}"
keystone_admin_tenant_id: "{{ _get_admin_project.projects[0].id }}"
- name: Create trove service network
openstack.cloud.network: