diff --git a/tasks/horizon_install_source.yml b/tasks/horizon_install_source.yml index 5d6955c8..c87f21d0 100644 --- a/tasks/horizon_install_source.yml +++ b/tasks/horizon_install_source.yml @@ -54,7 +54,7 @@ - name: Ensure remote wheel building is disabled in developer mode set_fact: - venv_build_host: "{{ ansible_hostname }}" + venv_build_host: "{{ inventory_hostname }}" when: - horizon_developer_mode | bool