Skip to content

Commit c752316

Browse files
committed
fix: duplicated packages
1 parent 34469f9 commit c752316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pkgs.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ held_pkgs:
5454
5555
wanted_pkgs:
5656
pkg.installed:
57-
- pkgs: {{ wanted_packages | json }}
57+
- pkgs: {{ wanted_packages | unique | json }}
5858
{%- if grains['os_family'] not in ['Suse'] %}
5959
- hold: false
6060
{%- endif %}

0 commit comments

Comments
 (0)