Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Fix listing package on CentOS8
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Jun 30, 2021
1 parent 47b7778 commit a318984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
when: install_kernel_headers | bool

- name: Get available kernel versions with DNF
command: dnf list --enablerepo=* --showduplicates kernel
command: dnf list --enablerepo=* --disablerepo=media-* --showduplicates kernel
changed_when: false
args:
warn: false
Expand Down

0 comments on commit a318984

Please sign in to comment.