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

View File

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

View File

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