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