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:
parent
371329018c
commit
9de9b3ea66
1 changed files with 1 additions and 4 deletions
|
@ -1,12 +1,9 @@
|
||||||
---
|
---
|
||||||
- name: install the latest Freshmaker package
|
- name: install the latest Freshmaker package
|
||||||
yum:
|
package:
|
||||||
name: freshmaker
|
name: freshmaker
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
with_items:
|
|
||||||
- freshmaker
|
|
||||||
- python2-odcs-client
|
|
||||||
when: freshmaker_upgrade
|
when: freshmaker_upgrade
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue