From 05cdc93882a695047272b293ea1cebddf5209154 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 24 Nov 2015 11:39:13 +0000 Subject: [PATCH] Ignore errors here, too. --- playbooks/run_fasClient.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/run_fasClient.yml b/playbooks/run_fasClient.yml index 52f49fb71f..5f8886117f 100644 --- a/playbooks/run_fasClient.yml +++ b/playbooks/run_fasClient.yml @@ -11,6 +11,7 @@ tasks: - name: actually run fasClient -a command: fasClient -a + ignore_errors: true when: inventory_hostname_short.startswith('bastion0') - name: run fasClient on people and hosted and pkgs first as these are the ones most people want updated @@ -21,6 +22,7 @@ tasks: - name: actually run fasClient -i command: fasClient -i + ignore_errors: true - name: run fasClient -i on the rest of hosts which only affects sysadmins hosts: all:!builders:!persistent-cloud:!jenkins-master:!jenkins-slave:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.*:!twisted*:!*.fedorainfracloud.org:!ppc-hub*:!bkernel*:!fed-cloud01*:!fed-cloud02*:!releng-secondary:!dopr-dev.cloud.fedoraproject.org:!copr-keygen-dev.cloud.fedoraproject.org