fix: retry to apply fw rules

This commit is contained in:
Clément Désiles
2025-12-09 00:28:16 +01:00
parent 1e7f05a29e
commit 9b08cf95eb
8 changed files with 37 additions and 0 deletions
+4
View File
@@ -66,6 +66,10 @@
direction: in
comment: "PostgreSQL"
loop: "{{ postgres_firewall_allowed_sources }}"
retries: 5
delay: 2
register: ufw_result
until: ufw_result is succeeded
- name: Enable and start PostgreSQL service
ansible.builtin.systemd: