diff --git a/tasks/cinder_install_source.yml b/tasks/cinder_install_source.yml index 3b7e84f9..f163c0e5 100644 --- a/tasks/cinder_install_source.yml +++ b/tasks/cinder_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: - cinder_developer_mode | bool