Skip to content
Snippets Groups Projects
Commit 80f62d18 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove unnecessary handler for restarting Postgres, as we haven't been...

chore: remove unnecessary handler for restarting Postgres, as we haven't been using Postgres for quite a while
parent 38b664a0
No related branches found
No related tags found
No related merge requests found
Pipeline #4085 passed
---
- name: restart postgres
ansible.builtin.systemd:
name: "postgresql"
state: restarted
- name: save iptables rules (Debian)
when: ansible_os_family == "Debian"
block:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment