Skip to content

Commit

Permalink
Merge branch 'master' into ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonve committed Jul 31, 2024
2 parents 9b1f1ee + 78f4cb5 commit 70b0b89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tasks/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@
dnf config-manager --set-enabled PowerTools
register: dnf_module_enable
changed_when: false

- name: Ensure dnf-plugins are installed on Rocky/AlmaLinux.
yum:
name: dnf-plugins-core
state: present

- name: Enable DNF module for Rocky/AlmaLinux.
shell: |
dnf config-manager --set-enabled crb
changed_when: false

Check failure on line 37 in tasks/setup-RedHat.yml

View workflow job for this annotation

GitHub Actions / Lint

37:22 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 70b0b89

Please # to comment.