Skip to content

Commit

Permalink
Fix name of task for crb setup on Rocky and AlmaLinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 31, 2024
1 parent cfc3d3b commit dc8de32
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 @@ -17,7 +17,7 @@
name: dnf-plugins-core
state: present

- name: Enable powertools for Rocky/AlmaLinux.
- name: Enable crb for Rocky/AlmaLinux.
shell: |
dnf config-manager --set-enabled crb
changed_when: false
Expand Down

0 comments on commit dc8de32

Please # to comment.