Merge "venv: use inventory_hostname instead of ansible_hostname"

This commit is contained in:
Zuul 2019-02-12 23:24:03 +00:00 committed by Gerrit Code Review
commit 828fd505de
1 changed files with 1 additions and 1 deletions

View File

@ -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