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:
parent
19409aead7
commit
20a9d7a0ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user