This commit is contained in:
didiermfb 2024-03-21 15:20:16 +01:00 committed by GitHub
commit a2b55ad29b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 %}