Merge pull request #83 from svc-design/codex/fix-syntax-error-in-main.yml
Fix blackbox_exporter handler syntax
This commit is contained in:
commit
235e4c251d
@ -2,10 +2,8 @@
|
||||
- name: Daemon reload
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
listen: Daemon reload
|
||||
|
||||
- name: Restart blackbox
|
||||
ansible.builtin.systemd:
|
||||
name: blackbox
|
||||
state: restarted
|
||||
listen: Restart blackbox
|
||||
|
||||
Loading…
Reference in New Issue
Block a user