Kevin Veen-Birkenbach 5d36a806ff
svc-db-postgres: add retry mechanism to all PostgreSQL tasks and fix condition handling
- Added register, until, retries, and delay to all PostgreSQL-related tasks
  in 02_init.yml to handle transient 'tuple concurrently updated' and similar errors.
- Changed 'when: "{{ postgres_init }}"' to 'when: postgres_init | bool' in main.yml
  for correct boolean evaluation.
- Switched 'role' to 'roles' in postgresql_privs tasks for forward compatibility.
- Added postgres_retry_retries and postgres_retry_delay defaults in vars/main.yml
  to centralize retry configuration.

  https://chatgpt.com/share/689b2360-a8a4-800f-9acb-6d88d6aa5cb7
2025-08-12 13:20:30 +02:00
..
2025-08-08 17:25:31 +02:00
2025-08-12 04:38:41 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 17:52:34 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 15:46:56 +02:00
2025-07-04 08:03:27 +02:00
2025-03-20 17:00:07 +01:00
2025-07-12 17:52:36 +02:00