Use dnf here on copr-fe.

This commit is contained in:
Kevin Fenzi 2016-01-05 00:28:32 +00:00
parent 0af799550f
commit c61eca14c1

View file

@ -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"