infrastructure/roles/saiblog/handlers/main.yml

10 lines
228 B
YAML
Raw Normal View History

- name: Restart saiblog service.
ansible.builtin.systemd:
state: restarted
name: saiblog.service
daemon_reload: true
become: true
listen:
- "saiblog service changed"
- "saiblog selinux context changed"