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