freshmaker/backend: Replace the yum module by the package module

Drop the use of with_items, it is deprecated in these modules and
it was not used in this role anyway...

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-06-11 16:24:51 +02:00
parent 371329018c
commit 9de9b3ea66

View file

@ -1,12 +1,9 @@
---
- name: install the latest Freshmaker package
yum:
package:
name: freshmaker
state: latest
update_cache: yes
with_items:
- freshmaker
- python2-odcs-client
when: freshmaker_upgrade
notify:
- restart fedmsg-hub