Update also pungi package when updating odcs.
This commit is contained in:
parent
c35de02e5e
commit
92e3bd97f3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue