Remove unused var pip_no_index

The var pip_no_index is not used by repo-server.yml or any of its roles
and appears to have been missed by some previous change to the playbook
or the role repo_server. This commit removes this unused var.

Change-Id: Ifdb21cfb05ba412e6959cd53d7bdeeaa2e43fae7
This commit is contained in:
git-harry 2016-04-28 08:50:42 +01:00
parent 806bc283f6
commit ef347ab4b8

View File

@ -74,5 +74,4 @@
- "repo-rsyslog-client"
- "rsyslog-client"
vars:
pip_no_index: false
is_metal: "{{ properties.is_metal|default(false) }}"