diff --git a/tasks/keystone_install_source.yml b/tasks/keystone_install_source.yml index 46d99a1e..a09c958a 100644 --- a/tasks/keystone_install_source.yml +++ b/tasks/keystone_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: - keystone_developer_mode | bool