summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-11-12 09:35:40 -0800
committerBrian Coca <brian.coca+git@gmail.com>2015-11-12 09:40:43 -0800
commit206cc50bd94bf43b5cee182815907300d892a0f0 (patch)
treeed7c3bda361e30a52067e240420be08ff549907d
parentc7b69127eccd2d89df199f71fb3840b1cd4ad47a (diff)
downloadansible-206cc50bd94bf43b5cee182815907300d892a0f0.tar.gz
breaks testing in non virtual envs, since env var can be used in those
cases removing it from here
-rw-r--r--test/integration/host_vars/testhost3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/integration/host_vars/testhost b/test/integration/host_vars/testhost
index 62ac1d6291..4d04a96cbc 100644
--- a/test/integration/host_vars/testhost
+++ b/test/integration/host_vars/testhost
@@ -6,8 +6,5 @@ role_var_beats_inventory: 'should_not_see_this'
test_hash:
host_vars_testhost: "this is in host_vars/testhost"
-# Support execution from within a virtualenv
-ansible_python_interpreter: '/usr/bin/env python'
-
# Var precedence testing
defaults_file_var_role3: "overridden from inventory"