ansible/roles/homeassistant/handlers/main.yml

7 lines
101 B
YAML
Raw Normal View History

---
- name: Restart postgresql
ansible.builtin.service:
name: postgresql
state: restarted