File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11---
22skip_list:
33- '303' # Using command rather than module for yum/dnf
4- - ignore-errors
Original file line number Diff line number Diff line change 6565 name : pcp2elasticsearch
6666 state : started
6767 enabled : yes
68- ignore_errors : yes
68+ ignore_errors : yes # noqa ignore-errors
6969 # Elasticsearch server may be running remotely or presently down
7070 # but since a playbook has explicitly asked us for it, we end up
7171 # having to install our service ignoring any errors.
Original file line number Diff line number Diff line change 6969 # A given Spark server may be running remotely or presently down
7070 # but since a playbook has explicitly asked us for it, we end up
7171 # having to install our service ignoring any errors.
72- ignore_errors : yes
72+ ignore_errors : yes # noqa ignore-errors
7373 when :
7474 - spark_metrics_provider == 'pcp'
7575 - spark_export_metrics|d(false)|bool
You can’t perform that action at this time.
0 commit comments