mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
Use dnf here on copr-fe.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user