fix(jinja): replace version_cmp with grains lookup
This commit is contained in:
parent
b7d323f878
commit
dd37869d28
@ -54,7 +54,7 @@
|
|||||||
{{ gitdir_env }}:
|
{{ gitdir_env }}:
|
||||||
git.latest:
|
git.latest:
|
||||||
- name: {{ baseurl }}/{{ f_name }}.git
|
- name: {{ baseurl }}/{{ f_name }}.git
|
||||||
- parallel: {{ salt.pkg.version_cmp(grains['saltversion'], '2017.7.0') >= 0 }}
|
- parallel: {{ grains['saltversioninfo'] >= [2017, 7, 0] }}
|
||||||
- target: {{ gitdir }}
|
- target: {{ gitdir }}
|
||||||
{%- for key, value in options.items() %}
|
{%- for key, value in options.items() %}
|
||||||
- {{ key }}: {{ value }}
|
- {{ key }}: {{ value }}
|
||||||
|
Loading…
Reference in New Issue
Block a user