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 1
1
---
2
2
skip_list:
3
3
- '303' # Using command rather than module for yum/dnf
4
- - ignore-errors
Original file line number Diff line number Diff line change 65
65
name : pcp2elasticsearch
66
66
state : started
67
67
enabled : yes
68
- ignore_errors : yes
68
+ ignore_errors : yes # noqa ignore-errors
69
69
# Elasticsearch server may be running remotely or presently down
70
70
# but since a playbook has explicitly asked us for it, we end up
71
71
# having to install our service ignoring any errors.
Original file line number Diff line number Diff line change 69
69
# A given Spark server may be running remotely or presently down
70
70
# but since a playbook has explicitly asked us for it, we end up
71
71
# having to install our service ignoring any errors.
72
- ignore_errors : yes
72
+ ignore_errors : yes # noqa ignore-errors
73
73
when :
74
74
- spark_metrics_provider == 'pcp'
75
75
- spark_export_metrics|d(false)|bool
You can’t perform that action at this time.
0 commit comments