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