We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34469f9 + c752316 commit 4f1731dCopy full SHA for 4f1731d
1 file changed
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