Use dnf here on copr-fe.
This commit is contained in:
parent
0af799550f
commit
c61eca14c1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
when: pgsql_ls.stdout is defined and 'postgresql_db_t' not in pgsql_ls.stdout
|
when: pgsql_ls.stdout is defined and 'postgresql_db_t' not in pgsql_ls.stdout
|
||||||
|
|
||||||
- name: install pkgs for copr-frontend
|
- name: install pkgs for copr-frontend
|
||||||
action: yum state=latest pkg={{ item }}
|
dnf: state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- "copr-frontend"
|
- "copr-frontend"
|
||||||
- "bash-completion"
|
- "bash-completion"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue