Skip to content

Commit ce97e3d

Browse files
committed
Merge branch 'nhosoi-ignore_errors'
2 parents 7c3a9ba + e5a550d commit ce97e3d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.ansible-lint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
---
22
skip_list:
33
- '303' # Using command rather than module for yum/dnf
4-
- ignore-errors

roles/elasticsearch/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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.

roles/spark/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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

0 commit comments

Comments
 (0)