Variable TAB typo
This commit is contained in:
parent
c5b63d62f7
commit
e61ce30239
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ virtualenv-install:
|
|||
- name: {{ python_env.virtualenv }}
|
||||
- user: {{ grains.user }}
|
||||
{% if grains['travis'] == True and grains['kernel'] == 'Linux' %}
|
||||
- bin_env: {{ pip_bin_env }}
|
||||
- bin_env: {{ pip_travis_env }}
|
||||
{% else %}
|
||||
- bin_env: {{ python_env.pip_bin_env }}
|
||||
{% endif %}
|
||||
|
@ -29,7 +29,7 @@ virtualenvwrapper-install:
|
|||
- name: {{ python_env.virtualenvwrapper }}
|
||||
- user: {{ grains.user }}
|
||||
{% if grains['travis'] == True and grains['kernel'] == 'Linux' %}
|
||||
- bin_env: {{ pip_bin_env }}
|
||||
- bin_env: {{ pip_travis_env }}
|
||||
{% else %}
|
||||
- bin_env: {{ python_env.pip_bin_env }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue