system/tasks/depot_redhat.yml
vincent 1419eaa003
All checks were successful
continuous-integration/drone/push Build is passing
style: correct ansible lint
2022-12-10 20:25:54 +01:00

7 lines
133 B
YAML

- name: Add repo main contrib
ansible.builtin.dnf:
name: epel-release
state: present
update_cache: true
become: true