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
|
- name: clean all metadata
|
||||||
command: yum clean all
|
command: yum clean all
|
||||||
check_mode: no
|
check_mode: no
|
||||||
- name: update odcs packages from main repo
|
- name: update odcs and pungi packages from main repo
|
||||||
package: name={{item}} state=latest
|
package: name={{item}} state=latest
|
||||||
when: not testing
|
when: not testing
|
||||||
with_items:
|
with_items:
|
||||||
- odcs
|
- odcs
|
||||||
|
- pungi
|
||||||
|
|
||||||
- name: push packages out to backend
|
- name: push packages out to backend
|
||||||
hosts: odcs-backend:odcs-backend-stg
|
hosts: odcs-backend:odcs-backend-stg
|
||||||
|
@ -36,11 +37,12 @@
|
||||||
- name: clean all metadata
|
- name: clean all metadata
|
||||||
command: yum clean all
|
command: yum clean all
|
||||||
check_mode: no
|
check_mode: no
|
||||||
- name: update odcs packages from main repo
|
- name: update odcs and pungi packages from main repo
|
||||||
package: name={{item}} state=latest
|
package: name={{item}} state=latest
|
||||||
when: not testing
|
when: not testing
|
||||||
with_items:
|
with_items:
|
||||||
- odcs
|
- odcs
|
||||||
|
- pungi
|
||||||
|
|
||||||
- name: verify the frontend and stop it
|
- name: verify the frontend and stop it
|
||||||
hosts: odcs-frontend:odcs-frontend-stg
|
hosts: odcs-frontend:odcs-frontend-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue