commit | 64b5905cb2fc2334bccc6c990879ee1d360a4a6f | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:11:22 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:11:22 2017 -0500 |
tree | ebd15cc7ccde50b1d6e7a40e215e38fe4749ce6e | |
parent | 3aee17e5a10c58adb3e9144a3993307a1694b7ac [diff] |
updated template
diff --git a/templates/pip.conf.j2 b/templates/pip.conf.j2 index 36207ee..9580fd3 100644 --- a/templates/pip.conf.j2 +++ b/templates/pip.conf.j2
@@ -1,5 +1,7 @@ [global] index-url = {{ pip_index_url }} + {% if pip_trusted_hosts is defined %} +[install] trusted-hosts = {{ pip_trusted_hosts }} {% endif %} \ No newline at end of file