Cleanup ansible_python_interpreter

ansible_pyhton_interpreter is set to auto, it's not needed anywhere now.

Change-Id: Ibb2e6b37159b559e2ad8763883a9b68a39600311
This commit is contained in:
Marc Gariepy 2020-06-17 11:14:08 -04:00 committed by Marc Gariépy (mgariepy)
parent 8e9bdba322
commit 9754287bd6
2 changed files with 0 additions and 3 deletions

View File

@ -84,8 +84,6 @@
rsyslog_client_log_dir: "/var/log/ceph"
rsyslog_client_config_name: "99-ceph-rsyslog-client.conf"
vars:
ansible_python_interpreter: "/usr/bin/python"
environment: "{{ deployment_environment_variables | default({}) }}"
tags:
- ceph

View File

@ -18,7 +18,6 @@
user: root
vars:
repo_root_dir: "{{ (playbook_dir ~ '/../../') | realpath }}"
ansible_python_interpreter: "/usr/bin/python"
tasks:
- name: Remove unnecessary env.d override files
shell: |