- block: - name: Restart PostgreSQL throttle: 1 ansible.builtin.systemd: name: "{{ postgresql_unit_name }}" state: restarted daemon_reload: yes when: - not postgresql_setup.changed - not postgresql_enable_and_start.changed