From c61eca14c1fec2ad9ff4033cd875fef3388d8478 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 Jan 2016 00:28:32 +0000 Subject: [PATCH] Use dnf here on copr-fe. --- roles/copr/frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index b722fcdba3..6ca2283382 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -9,7 +9,7 @@ when: pgsql_ls.stdout is defined and 'postgresql_db_t' not in pgsql_ls.stdout - name: install pkgs for copr-frontend - action: yum state=latest pkg={{ item }} + dnf: state=present pkg={{ item }} with_items: - "copr-frontend" - "bash-completion"