relvalconsumer: change dnf -> package
This commit is contained in:
parent
6647ce2082
commit
4172dc0306
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue