5 lines
100 B
YAML
5 lines
100 B
YAML
---
|
|
- name: Restart postgresql
|
|
ansible.builtin.systemd:
|
|
name: postgresql
|
|
state: restarted
|