7 lines
97 B
YAML
7 lines
97 B
YAML
---
|
|
- name: Restart postgres
|
|
systemd:
|
|
name: postgresql
|
|
state: restarted
|
|
become: true
|