Skip to content

Commit

Permalink
Fix logical error for deleting channels.list
Browse files Browse the repository at this point in the history
  • Loading branch information
mayrstefan committed Jun 30, 2024
1 parent 02ea489 commit 2d405ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion susemanager-utils/susemanager-sls/salt/channels/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mgrchannels_repo:
{%- endif %}
{%- endif %}

{%- if grains['os_family'] == 'Debian' and not apt_sources_deb822 %}
{%- if apt_sources_deb822 %}
mgrchannels_repo_remove_old_channels_list:
file.absent:
- name: "/etc/apt/sources.list.d/susemanager:channels.list"
Expand Down

0 comments on commit 2d405ec

Please sign in to comment.