Put it into tasks

This commit is contained in:
Michael Simacek 2016-07-25 17:06:19 +02:00
parent d1a665e8e4
commit 5b790716c9

View file

@ -122,5 +122,6 @@
- koschei/backend
- name: Check whether an update happened
assert:
that: backend_upgrade.changed and frontend_upgrade.changed
tasks:
- assert:
that: backend_upgrade.changed and frontend_upgrade.changed