Ignore errors here too, please.

This commit is contained in:
Ralph Bean 2015-11-24 17:08:42 +00:00
parent f222f72f8a
commit 61d717e965

View file

@ -11,6 +11,7 @@
- name: actually run fasClient -a
command: fasClient -a
when: inventory_hostname_short.startswith('bastion0')
ignore_errors: true
- name: run fasClient on people and hosted and pkgs first as these are the ones most people want updated
hosts: people01.fedoraproject.org:pkgs02.phx2.fedoraproject.org:hosted03.fedoraproject.org
@ -20,3 +21,4 @@
tasks:
- name: actually run fasClient -i
command: fasClient -i
ignore_errors: true