mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
add rhel 9 and debian 11 support
This commit is contained in:
@ -2,8 +2,9 @@
|
||||
- name: Restart PostgreSQL
|
||||
throttle: 1
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ postgresql_unit_name }}"
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
name: "postgresql-{{ postgresql_major_version }}"
|
||||
when: "not postgresql_setup.changed or not postgresql_enable_and_start.changed"
|
||||
|
||||
when:
|
||||
- not postgresql_setup.changed
|
||||
- not postgresql_enable_and_start.changed
|
||||
|
Reference in New Issue
Block a user