Add ansible_python_interpreter to Ceph playbook

CentOS deploys of Ceph will fail due to missing libpython-selinux
package, even though it is installed. We need to ensure the correct
python_interpreter is used to ensure this failure doesn't occur.

Change-Id: Icaee6367081656dfa976ce7b83885eb59dbe3416
This commit is contained in:
Andy McCrae 2017-09-01 15:40:58 +01:00
parent 19409aead7
commit 20a9d7a0ec

View File

@ -98,6 +98,7 @@
- crontab
vars:
is_metal: "{{ properties.is_metal|default(false) }}"
ansible_python_interpreter: "/usr/bin/python"
environment: "{{ deployment_environment_variables | default({}) }}"
tags:
- ceph