From 58a7af28209c2accc157c8e759a5fa9dca3ccf15 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 22 Dec 2025 11:15:04 +0000 Subject: [PATCH] fix(podman_link): workaround for pg auth check before init See: #13 --- roles/podman_link/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/podman_link/tasks/main.yml b/roles/podman_link/tasks/main.yml index 940a73f..bad08c5 100644 --- a/roles/podman_link/tasks/main.yml +++ b/roles/podman_link/tasks/main.yml @@ -148,6 +148,7 @@ line: "local\tall\tall\tscram-sha-256" state: present create: false + failed_when: false # TODO: only run when file already exists (#13) become: true with_items: - postgresql @@ -163,6 +164,7 @@ line: "local\treplication\tall\tscram-sha-256" state: present create: false + failed_when: false # TODO: only run when file already exists (#13) become: true with_items: - postgresql