From 7ddc02946dfebf6fd39540b131ac5137f711fd00 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 10 Jan 2023 11:49:07 +0000 Subject: [PATCH] Fix comment typo in nova install playbook Change-Id: Iaf9188145997636e42a2bcdb72c921a5e7c21a69 --- playbooks/os-nova-install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/os-nova-install.yml b/playbooks/os-nova-install.yml index 2db2f24740..3d29322988 100644 --- a/playbooks/os-nova-install.yml +++ b/playbooks/os-nova-install.yml @@ -47,8 +47,8 @@ filter: ansible_local gather_subset: "!all" - # This variable contains the values of the local fact set for the cinder - # venv tag for all hosts in the 'cinder_all' host group. + # This variable contains the values of the local fact set for the nova + # venv tag for all hosts in the 'nova_all' host group. - name: Gather software version list set_fact: nova_all_software_versions: "{{ (groups['nova_all'] | map('extract', hostvars, ['ansible_local', 'openstack_ansible', 'nova', 'venv_tag'])) | list }}"