Remove node_exporter stop task from alloy role
Migration complete - no longer need to stop node_exporter on each run. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ad50a08008
commit
d1f5315c4b
1 changed files with 0 additions and 6 deletions
|
|
@ -32,12 +32,6 @@
|
|||
mode: '0644'
|
||||
notify: restart alloy
|
||||
|
||||
- name: Stop node_exporter service (replaced by alloy)
|
||||
ansible.builtin.command: brew services stop node_exporter
|
||||
register: node_exporter_stop
|
||||
changed_when: "'Stopping' in node_exporter_stop.stdout or 'Successfully stopped' in node_exporter_stop.stdout"
|
||||
failed_when: false
|
||||
|
||||
- name: Ensure alloy service is started
|
||||
ansible.builtin.command: brew services start grafana-alloy
|
||||
register: brew_start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue