summaryrefslogtreecommitdiffstats
path: root/roles/mdapi
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-11-09 18:12:15 +0000
committerKevin Fenzi <kevin@scrye.com>2015-11-09 18:12:15 +0000
commit7b450eab74086b28acc2cea936350aa4331bc526 (patch)
tree2e62425a2ef1bc06bceefcd74bc77cf525c0b0d0 /roles/mdapi
parent16448e91dad30e7827e9460127d4ebcb7e61f19d (diff)
downloadansible-7b450eab74086b28acc2cea936350aa4331bc526.tar.gz
ansible-7b450eab74086b28acc2cea936350aa4331bc526.tar.xz
ansible-7b450eab74086b28acc2cea936350aa4331bc526.zip
This needs to be dnf, this is a f23 box
Diffstat (limited to 'roles/mdapi')
-rw-r--r--roles/mdapi/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mdapi/tasks/main.yml b/roles/mdapi/tasks/main.yml
index 62d32857f..84f96baef 100644
--- a/roles/mdapi/tasks/main.yml
+++ b/roles/mdapi/tasks/main.yml
@@ -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: