From d009d3e6ed3da94842ed03cafa9ed14e3335ec18 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 29 Aug 2022 20:27:47 +0200 Subject: [PATCH] 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] https://opendev.org/openstack/ansible-collections-openstack/commit/9272146cf7a7486f6004b52bec420a998e710f45 Change-Id: I0515bfa3303261bfde6f33d07e919b13402e9a12 --- playbooks/healthcheck-openstack.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/healthcheck-openstack.yml b/playbooks/healthcheck-openstack.yml index d4dfb24fff..696260d51f 100644 --- a/playbooks/healthcheck-openstack.yml +++ b/playbooks/healthcheck-openstack.yml @@ -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: