From 20a9d7a0ec42308b8b220c02e496e5414a3da793 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 1 Sep 2017 15:40:58 +0100 Subject: [PATCH] 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 --- playbooks/ceph-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/ceph-install.yml b/playbooks/ceph-install.yml index 9e78f93b24..ea406dabe6 100644 --- a/playbooks/ceph-install.yml +++ b/playbooks/ceph-install.yml @@ -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