Cleanup ansible_python_interpreter

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

Change-Id: Ieb635b4eb731521bf30790f1b3f9db5df90db75f
This commit is contained in:
Marc Gariepy 2020-06-17 11:14:24 -04:00
parent b2c48667d0
commit 91181f7c4b
1 changed files with 0 additions and 2 deletions

View File

@ -41,5 +41,3 @@
that:
- placement_request.status == 200
- placement_request.json.resource_providers == []
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"