7 lines
101 B
YAML

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