Ignore errors here too, please.
This commit is contained in:
parent
f222f72f8a
commit
61d717e965
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue