Skip to content

Commit

Permalink
Install epel
Browse files Browse the repository at this point in the history
Where 'fmf' is ...

It is this easy in CentOS

Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
  • Loading branch information
thrix committed Nov 6, 2019
1 parent d401a2b commit 6ab533a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plans/packages.yml
@@ -1,5 +1,9 @@
- hosts: all
tasks:
- name: Install EPEL
dnf:
state: present
name: epel-release
- name: Install necessary dependencies
dnf:
state: present
Expand Down

0 comments on commit 6ab533a

Please sign in to comment.