relvalconsumer: change dnf -> package

This commit is contained in:
Paul W. Frields 2019-06-11 15:40:57 +01:00
parent 6647ce2082
commit 4172dc0306

View file

@ -22,7 +22,7 @@
# tags:
# - packages
- name: Install required packages
dnf:
package:
# 'relval' itself is needed as we call it directly for size
# checking
name: ['python3-fedfind', 'python3-wikitcms', 'python3-fedmsg',
@ -32,7 +32,7 @@
- packages
- name: Install required packages (wiki oidc auth)
dnf: name=python3-openidc-client state=present enablerepo="updates"
package: name=python3-openidc-client state=present enablerepo="updates"
when: "wikitcms_token is defined"
tags:
- packages