Merge "venv: use inventory_hostname instead of ansible_hostname"

This commit is contained in:
Zuul 2019-02-09 04:59:06 +00:00 committed by Gerrit Code Review
commit 658b0229e9
1 changed files with 1 additions and 2 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:
- aodh_developer_mode | bool
@ -47,4 +47,3 @@
- section: "aodh"
option: "venv_tag"
value: "{{ aodh_venv_tag }}"