Skip to content

Commit

Permalink
ansible-scylla-node: Enable 'scylla-node-exporter' service only if it…
Browse files Browse the repository at this point in the history
…s available

Ref: scylladb#249

Signed-off-by: Eduardo Benzecri <[email protected]>
  • Loading branch information
ebenzecri committed Jun 15, 2023
1 parent 8093847 commit 564600f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible-scylla-node/tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
state: started
enabled: true
become: true
ignore_errors: true
#TODO: stop ignoring errors when a version check is added
when: ansible_facts.services["scylla-node-exporter.service"] is defined

- name: configure Scylla
shell: |
Expand Down

0 comments on commit 564600f

Please sign in to comment.