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