mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
fix: duplicated packages
This commit is contained in:
parent
34469f9cf9
commit
c752316ca0
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue