ansible/roles/postgresql_server/handlers/main.yml
otthorn a625a58ddd
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
create role postgresql_server
2021-03-10 12:01:32 +01:00

7 lines
102 B
YAML

---
- name: restart postgresql
service:
name: postgresql
state: restarted
enabled: true