feat: add postgres support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Restart PostgreSQL
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ postgres_service_name }}"
|
||||
state: restarted
|
||||
|
||||
- name: Reload PostgreSQL
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ postgres_service_name }}"
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user