From 82e9e4c6f330352c5837cfee7464f8c0e8f34122 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Tue, 8 Dec 2015 12:53:26 +0000 Subject: [PATCH] bugyou: Replace dnf with yum --- roles/bugyou/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bugyou/tasks/main.yml b/roles/bugyou/tasks/main.yml index 9c8f9c111e..f251606614 100644 --- a/roles/bugyou/tasks/main.yml +++ b/roles/bugyou/tasks/main.yml @@ -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