Update also pungi package when updating odcs.

This commit is contained in:
Jan Kaluža 2018-01-08 07:52:41 +00:00
parent c35de02e5e
commit 92e3bd97f3

View file

@ -14,11 +14,12 @@
- name: clean all metadata
command: yum clean all
check_mode: no
- name: update odcs packages from main repo
- name: update odcs and pungi packages from main repo
package: name={{item}} state=latest
when: not testing
with_items:
- odcs
- pungi
- name: push packages out to backend
hosts: odcs-backend:odcs-backend-stg
@ -36,11 +37,12 @@
- name: clean all metadata
command: yum clean all
check_mode: no
- name: update odcs packages from main repo
- name: update odcs and pungi packages from main repo
package: name={{item}} state=latest
when: not testing
with_items:
- odcs
- pungi
- name: verify the frontend and stop it
hosts: odcs-frontend:odcs-frontend-stg