Merge "Fix ansible_python_interpreter for identity setup"

This commit is contained in:
Zuul 2019-06-05 15:20:57 +00:00 committed by Gerrit Code Review
commit 742f54953d
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: