fix(terminals/alacritty): allow mf's Copr and install
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
e4f00dc77c
commit
28710d9632
2 changed files with 6 additions and 1 deletions
|
@ -24,3 +24,9 @@
|
|||
loop:
|
||||
- crb
|
||||
- plus
|
||||
|
||||
- name: Enable mf's Copr
|
||||
community.general.copr:
|
||||
name: mfocko/mfocko
|
||||
state: enabled
|
||||
become: true
|
||||
|
|
|
@ -10,4 +10,3 @@
|
|||
name: alacritty
|
||||
state: present
|
||||
become: true
|
||||
# FIXME: Handle EPEL
|
||||
|
|
Loading…
Reference in a new issue