This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-servers/legacy/ansible_roles/postgresql_database/handlers/main.yml

5 lines
78 B
YAML
Raw Normal View History

- name: restart postgres
systemd:
name: postgresql
state: restarted