Shorthand does not work on setters
This commit is contained in:
parent
dd920222a5
commit
2c655333da
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
{% if grains['travis'] == True and grains['kernel'] == 'Linux' %}
|
||||
{% if "python2" in grains['pip'] %}
|
||||
{% set python_env.pip_bin_env = "/opt/python/3.5.2/bin/pip3" %}
|
||||
{% set python_env['pip_bin_env'] = "/opt/python/3.5.2/bin/pip3" %}
|
||||
{% else %}
|
||||
{% set python_env.pip_bin_env = grains['pip'] %}
|
||||
{% set python_env['pip_bin_env'] = grains['pip'] %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue