Merge branch 'master' into ansible-lint

This commit is contained in:
tonve 2024-07-31 10:52:30 +03:00 committed by GitHub
commit 70b0b89ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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