bugyou: Replace dnf with yum

This commit is contained in:
Sayan Chowdhury 2015-12-08 12:53:26 +00:00
parent a8355e7419
commit 82e9e4c6f3

View file

@ -2,7 +2,7 @@
# Configuration for Bugyou
- name: install needed packages
dnf: pkg={{ item }} state=present
yum: pkg={{ item }} state=present
with_items:
- python-libpagure
- bugyou