Fix yamllint check

This commit is contained in:
Emilia 2022-05-17 22:03:34 +02:00 committed by GitHub
parent 384e795523
commit 2259a0e634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@
- name: Enable EPEL on CentOS 8.
yum:
name:
- epel-release
name:
- epel-release
state: present
register: dnf_module_enable
changed_when: false