Cleanup ansible_python_interpreter

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

Change-Id: I0faf571466d0c5ea95a96517af5363f6725f7c99
This commit is contained in:
Marc Gariepy 2020-06-17 11:14:21 -04:00
parent 2cf144dc2e
commit 662bf12050
3 changed files with 0 additions and 10 deletions

View File

@ -31,8 +31,6 @@
- item.mon_host is defined
- item.keyring_src is defined
- item.client_name is defined
vars:
ansible_python_interpreter: "/usr/bin/python"
- name: Secure extra keyring file permissions
file:
@ -43,8 +41,6 @@
with_items: "{{ ceph_extra_confs }}"
when:
- item.keyring_src is defined
vars:
ansible_python_interpreter: "/usr/bin/python"
- name: Remove temp extra keyring files
file:

View File

@ -30,8 +30,6 @@
when:
- item.mon_host is defined
- item.client_name is defined
vars:
ansible_python_interpreter: "/usr/bin/python"
- name: Distribute extra key files
copy:
@ -167,7 +165,5 @@
state: "absent"
delegate_to: localhost
with_items: "{{ ceph_extra_confs }}"
vars:
ansible_python_interpreter: "/usr/bin/python"
tags:
- always

View File

@ -22,8 +22,6 @@
when:
- item.mon_host is defined
- item.src is defined
vars:
ansible_python_interpreter: "/usr/bin/python"
- name: Create extra ceph.conf files
copy: