Cleanup ansible_python_interpreter

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

Change-Id: I8cb2503a66e4b419ffbe2337d3e86ba68a2f574f
This commit is contained in:
Marc Gariepy
2020-06-17 11:14:15 -04:00
parent 54c680d527
commit 95d02e709a

View File

@@ -19,8 +19,6 @@
hosts: localhost
connection: local
gather_facts: false
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
vars_files:
- common/test-vars.yml
tasks: