From 61d717e965a44d3fa286d753d8d476c065e8ca79 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 24 Nov 2015 17:08:42 +0000 Subject: [PATCH] Ignore errors here too, please. --- playbooks/run_fasClient_simple.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/run_fasClient_simple.yml b/playbooks/run_fasClient_simple.yml index 08269f1944..c81f16ddd4 100644 --- a/playbooks/run_fasClient_simple.yml +++ b/playbooks/run_fasClient_simple.yml @@ -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