This needs to be dnf, this is a f23 box
This commit is contained in:
parent
16448e91da
commit
7b450eab74
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Configuration for the mdapi webapp
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- mdapi
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue