Fix ansible_python_interpreter for identity setup

I04e853fb582d7b39708a2fb6ed854b4e458f06d9 fixed this for
gnocchi_service_setup, but did not fix it in gnocchi_identity_setup.

Change-Id: Ic889b94c07d1479da8f7004fce21786e9fb77826
This commit is contained in:
Logan V 2019-05-22 10:35:02 -05:00
parent a157851c6e
commit e0f7727892
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@
- name: Setup the service
delegate_to: "{{ gnocchi_service_setup_host }}"
vars:
ansible_python_interpreter: >-
{{ (gnocchi_service_setup_host == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable']) }}
ansible_python_interpreter: "{{ gnocchi_service_setup_host_python_interpreter }}"
block:
- name: Add service project
os_project: