Resultsdb-dev: Enable updates-testing for execdb
This commit is contained in:
parent
1c4de622d2
commit
c1e0defa43
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
service: name=httpd state=started
|
service: name=httpd state=started
|
||||||
|
|
||||||
- name: ensure packages required for execdb are installed (dnf)
|
- name: ensure packages required for execdb are installed (dnf)
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present enablerepo=updates-testing
|
||||||
with_items:
|
with_items:
|
||||||
- execdb
|
- execdb
|
||||||
- python3-mod_wsgi
|
- python3-mod_wsgi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue