From 5e4e17ec60134cd8515ee368dddd5304e1f41656 Mon Sep 17 00:00:00 2001 From: chrisfu Date: Wed, 6 May 2026 15:15:47 -0400 Subject: [PATCH] debug: temporarily remove no_log from issue task to see acme.sh output --- infrastructure/roles/acme/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/roles/acme/tasks/main.yml b/infrastructure/roles/acme/tasks/main.yml index bcd0ec9..38ab7fb 100644 --- a/infrastructure/roles/acme/tasks/main.yml +++ b/infrastructure/roles/acme/tasks/main.yml @@ -73,7 +73,6 @@ # rc=2 means cert already exists and is not due for renewal — treat as ok failed_when: acme_issue.rc not in [0, 2] when: item.domain not in acme_list.stdout - no_log: true - name: Install cert files to target paths ansible.builtin.command: >-