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"