Make the check per-host
This commit is contained in:
parent
5b790716c9
commit
053e0097d9
1 changed files with 9 additions and 2 deletions
|
@ -121,7 +121,14 @@
|
||||||
roles:
|
roles:
|
||||||
- koschei/backend
|
- koschei/backend
|
||||||
|
|
||||||
- name: Check whether an update happened
|
- name: Check whether backend update happened
|
||||||
|
hosts: koschei-backend:koschei-backend-stg
|
||||||
tasks:
|
tasks:
|
||||||
- assert:
|
- assert:
|
||||||
that: backend_upgrade.changed and frontend_upgrade.changed
|
that: backend_upgrade.changed
|
||||||
|
|
||||||
|
- name: Check whether frontend update happened
|
||||||
|
hosts: koschei-web:koschei-web-stg
|
||||||
|
tasks:
|
||||||
|
- assert:
|
||||||
|
that: frontend_upgrade.changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue