openqa/server: allow template dump to fail
It will on first deployment. That's fine. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9cadcda024
commit
c3b87d88d1
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@
|
||||||
register: templatesfif
|
register: templatesfif
|
||||||
|
|
||||||
- name: Dump existing config for checking changes
|
- name: Dump existing config for checking changes
|
||||||
shell: "/usr/share/openqa/script/dump_templates --json > /tmp/tmpl-old.json"
|
shell: "/usr/share/openqa/script/dump_templates --json > /tmp/tmpl-old.json || :"
|
||||||
when: "(gittests is defined) and (gittests is changed)"
|
when: "(gittests is defined) and (gittests is changed)"
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue