bugyou: Replace dnf with yum
This commit is contained in:
parent
a8355e7419
commit
82e9e4c6f3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Configuration for Bugyou
|
# Configuration for Bugyou
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
dnf: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- python-libpagure
|
- python-libpagure
|
||||||
- bugyou
|
- bugyou
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue