Resultsdb-dev: Change latest state back to present in dnf play
This commit is contained in:
parent
b8e917fd06
commit
c695436ade
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=latest enablerepo=updates-testing
|
||||
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