mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
update version and keep old configs on update
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
mode: 0600
|
||||
owner: "{{ postgresql_user }}"
|
||||
group: "{{ postgresql_group }}"
|
||||
backup: yes
|
||||
register: pg_hba_config_file
|
||||
notify:
|
||||
- Reload PostgreSQL
|
||||
@ -38,6 +39,7 @@
|
||||
mode: 0600
|
||||
owner: "{{ postgresql_user }}"
|
||||
group: "{{ postgresql_group }}"
|
||||
backup: yes
|
||||
register: postgresql_config_file
|
||||
notify:
|
||||
- Reload PostgreSQL
|
||||
@ -49,6 +51,7 @@
|
||||
mode: 0600
|
||||
owner: "{{ postgresql_user }}"
|
||||
group: "{{ postgresql_group }}"
|
||||
backup: yes
|
||||
register: postgresql_ssl_config_file
|
||||
notify:
|
||||
- Reload PostgreSQL
|
||||
|
Reference in New Issue
Block a user