Remove stale variable from junos role invocation

We didn't end up using a virtualenv in the junos role, so this is not required.
This commit is contained in:
Mark Goddard 2017-10-11 16:26:33 +00:00
parent c7bcdf2cf9
commit 887f06106d

View File

@ -40,7 +40,6 @@
- role: junos-switch
junos_switch_delegate_to: localhost
junos_switch_venv: "{{ lookup('env', 'VIRTUAL_ENV') }}"
junos_switch_type: "{{ switch_type }}"
junos_switch_provider: "{{ switch_junos_provider }}"
junos_switch_config_format: "{{ switch_junos_config_format }}"