4 lines
78 B
YAML
4 lines
78 B
YAML
- name: restart postgres
|
|
systemd:
|
|
name: postgresql
|
|
state: restarted
|