If repo build fails, force all hosts to fail

Currently if a single repo build host fails, the other
hosts continue, making it a little obscure to figure
out where it went wrong.

It'd be better to fail fast, so this patch implements
that.

Change-Id: I6c1d43b7dc5271f4b1177fc504833b3e37a1ceaf
This commit is contained in:
Jesse Pretorius 2017-06-08 16:41:06 +01:00 committed by Jesse Pretorius (odyssey4me)
parent ed7032f8be
commit 693c4b6930

View File

@ -42,6 +42,7 @@
- name: Build new repo packages for a given release
hosts: repo_masters
gather_facts: "{{ gather_facts | default(True) }}"
any_errors_fatal: true
user: root
serial: 1
pre_tasks: