Merge "Cleanup ansible_python_interpreter"

This commit is contained in:
Zuul 2020-06-18 12:08:33 +00:00 committed by Gerrit Code Review
commit 2493214a55
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: |