diff --git a/tasks/barbican_install_source.yml b/tasks/barbican_install_source.yml index 5b4f7b9..5ea03c9 100644 --- a/tasks/barbican_install_source.yml +++ b/tasks/barbican_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: - barbican_developer_mode | bool