diff --git a/tasks/heat_install_source.yml b/tasks/heat_install_source.yml index 1e837de..053d425 100644 --- a/tasks/heat_install_source.yml +++ b/tasks/heat_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: - heat_developer_mode | bool