Fix install EPEL packages.

This commit is contained in:
yohan 2024-06-20 01:16:23 +02:00
parent 63255565b2
commit 085293a7c6

View File

@ -171,9 +171,10 @@
become: true
- name: install mosh
ansible.builtin.package:
ansible.builtin.dnf:
name:
- mosh
enablerepo: epel
state: latest
become: true