Disable EPEL.
This commit is contained in:
parent
a31742470e
commit
df1e417aed
@ -36,6 +36,11 @@
|
||||
state: latest
|
||||
become: true
|
||||
|
||||
- name: Ensure the EPEL repository is disabled
|
||||
community.general.dnf_config_manager:
|
||||
name: epel
|
||||
state: disabled
|
||||
|
||||
- name: install useful packages
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
|
Loading…
Reference in New Issue
Block a user