Skip to content

Commit

Permalink
Fix comment typo in nova install playbook
Browse files Browse the repository at this point in the history
Change-Id: Iaf9188145997636e42a2bcdb72c921a5e7c21a69
  • Loading branch information
Jonathan Rosser committed Jan 10, 2023
1 parent 96be333 commit 7ddc029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/os-nova-install.yml
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 7ddc029

Please sign in to comment.