check-compose: change dnf -> package

This commit is contained in:
Paul W. Frields 2019-06-11 15:37:52 +01:00 committed by pingou
parent 4172dc0306
commit bd7c65717d

View file

@ -43,7 +43,7 @@
# - packages
- name: Install required packages
dnf:
package:
name: ['python3-fedfind', 'python3-fedmsg', 'python3-openqa_client',
'python3-setuptools', 'python3-six']
state: present