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:
|
loop:
|
||||||
- crb
|
- crb
|
||||||
- plus
|
- plus
|
||||||
|
|
||||||
|
- name: Enable mf's Copr
|
||||||
|
community.general.copr:
|
||||||
|
name: mfocko/mfocko
|
||||||
|
state: enabled
|
||||||
|
become: true
|
||||||
|
|
|
@ -10,4 +10,3 @@
|
||||||
name: alacritty
|
name: alacritty
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
# FIXME: Handle EPEL
|
|
||||||
|
|
Loading…
Reference in a new issue