readd directory

This commit is contained in:
Antoine Ouvrard
2023-03-09 17:27:02 +01:00
parent 0495c4425e
commit 749b7a84a0
21 changed files with 471 additions and 0 deletions
@@ -0,0 +1,7 @@
---
- name: Restart postgres
ansible.builtin.systemd:
name: postgresql
state: restarted
daemon_reload: true
enabled: true