This commit is contained in:
phil 2023-11-04 13:07:10 +01:00
commit aca231c728
8 changed files with 86 additions and 0 deletions

9
handlers/main.yml Normal file
View file

@ -0,0 +1,9 @@
---
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: Restart postgresql
ansible.builtin.service:
name: postgresql
state: restarted