We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34469f9 commit 799c5bbCopy full SHA for 799c5bb
packages/pkgs.sls
@@ -54,7 +54,7 @@ held_pkgs:
54
55
wanted_pkgs:
56
pkg.installed:
57
- - pkgs: {{ wanted_packages | json }}
+ - pkgs: {{ wanted_packages | unique | json }}
58
{%- if grains['os_family'] not in ['Suse'] %}
59
- hold: false
60
{%- endif %}
0 commit comments