Merge pull request #245 from nonno-cicala/master

Fix Fedora
This commit is contained in:
Jeff Geerling 2026-07-29 10:48:16 -05:00 committed by GitHub
commit c6e6679d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,3 +9,4 @@
shell: | shell: |
dnf config-manager --set-enabled crb dnf config-manager --set-enabled crb
changed_when: false changed_when: false
when: ansible_distribution != 'Fedora'