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:
|
# tags:
|
||||||
# - packages
|
# - packages
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
dnf:
|
package:
|
||||||
# 'relval' itself is needed as we call it directly for size
|
# 'relval' itself is needed as we call it directly for size
|
||||||
# checking
|
# checking
|
||||||
name: ['python3-fedfind', 'python3-wikitcms', 'python3-fedmsg',
|
name: ['python3-fedfind', 'python3-wikitcms', 'python3-fedmsg',
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: Install required packages (wiki oidc auth)
|
- 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"
|
when: "wikitcms_token is defined"
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue