fix meta, move restart service to handlers

This commit is contained in:
2022-08-05 09:38:00 +07:00
parent 09754d7641
commit ee125e0a85
4 changed files with 11 additions and 7 deletions

View File

@@ -51,9 +51,5 @@
group: "{{ ansible_effective_group_id }}"
mode: "0644"
backup: true
- name: vector | start service
become: true
ansible.builtin.service:
name: vector
state: started
daemon_reload: true
notify:
- restart-vector