check-compose: change dnf -> package
This commit is contained in:
parent
4172dc0306
commit
bd7c65717d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
# - packages
|
# - packages
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
dnf:
|
package:
|
||||||
name: ['python3-fedfind', 'python3-fedmsg', 'python3-openqa_client',
|
name: ['python3-fedfind', 'python3-fedmsg', 'python3-openqa_client',
|
||||||
'python3-setuptools', 'python3-six']
|
'python3-setuptools', 'python3-six']
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue