diff --git a/tasks/glance_install_source.yml b/tasks/glance_install_source.yml index 9f554c16..99e9795b 100644 --- a/tasks/glance_install_source.yml +++ b/tasks/glance_install_source.yml @@ -30,7 +30,7 @@ - name: Ensure remote wheel building is disabled in developer mode set_fact: - venv_build_host: "{{ ansible_hostname }}" + venv_build_host: "{{ inventory_hostname }}" when: - glance_developer_mode | bool