mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
breaks testing in non virtual envs, since env var can be used in those
cases removing it from here
This commit is contained in:
parent
c7b69127ec
commit
206cc50bd9
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue