venv: use inventory_hostname instead of ansible_hostname
It is possible that the hostname of the system does not match the one in the inventory which means that the delegate_to or the comparision to inventory_hostname will fail in the tasks later. Change-Id: Ie46b24519d9dcb5f168bde78c343ce146604526e
This commit is contained in:
parent
d40f3bb412
commit
45fc484bd4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user