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: I90c80baef9ec57b08cb586c2b884aac852a74419
This commit is contained in:
Dmitriy Rabotyagov 2023-04-10 18:28:18 +02:00
parent bf12c20c2a
commit 94b04bffe1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
- name: Store project id for managed resources
set_fact:
designate_managed_resource_tenant_id: "{{ _get_managed_resource_project.openstack_projects[0].id }}"
designate_managed_resource_tenant_id: "{{ _get_managed_resource_project.projects[0].id }}"
- name: Copy designate config
openstack.config_template.config_template: