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
|
||||
|
||||
- name: ensure packages required for execdb are installed (dnf)
|
||||
dnf: name={{ item }} state=present
|
||||
dnf: name={{ item }} state=present enablerepo=updates-testing
|
||||
with_items:
|
||||
- execdb
|
||||
- python3-mod_wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue