initial commit
This commit is contained in:
commit
1a601efca4
4 changed files with 84 additions and 0 deletions
4
ansible-postgresql/roles/postgresql16/handlers/main.yml
Normal file
4
ansible-postgresql/roles/postgresql16/handlers/main.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- name: Restart PostgreSQL 16
|
||||
systemd:
|
||||
name: postgresql
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue