From 17ccd9f06c62116573f40ddca354adab2120f655 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Wed, 17 Jun 2020 11:13:58 -0400 Subject: [PATCH] Cleanup ansible_python_interpreter ansible_pyhton_interpreter is set to auto, it's not needed anywhere now. Change-Id: I204db302995d779d390444f3f6a865ead750fed5 --- tests/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test.yml b/tests/test.yml index e1bf9037..5a9174a0 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -16,9 +16,6 @@ - name: Playbook for role testing hosts: localhost pre_tasks: - - name: Set ansible_python_interpreter - set_fact: - ansible_python_interpreter: "/usr/bin/{{ (ansible_distribution == 'CentOS' and ansible_distribution_version is version('8', '<')) | ternary('python2', 'python3') }}" - name: Ensure apt cache is updated before testing apt: update_cache: yes