Skip to content

Commit

Permalink
fix: duplicated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
didiermfb committed Mar 21, 2024
1 parent 34469f9 commit c752316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pkgs.sls
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ held_pkgs:
wanted_pkgs:
pkg.installed:
- pkgs: {{ wanted_packages | json }}
- pkgs: {{ wanted_packages | unique | json }}
{%- if grains['os_family'] not in ['Suse'] %}
- hold: false
{%- endif %}
Expand Down

0 comments on commit c752316

Please sign in to comment.