This needs to be dnf, this is a f23 box

This commit is contained in:
Kevin Fenzi 2015-11-09 18:12:15 +00:00
parent 16448e91da
commit 7b450eab74

View file

@ -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: