From 0f0b5db29b151e45917ae6b7b4e7e32daeaa2e7a Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Fri, 29 May 2026 22:44:48 -0500 Subject: [PATCH] debug: temporarily disable no_log on key creation to see API error --- ansible/roles/semaphore/tasks/configure.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/semaphore/tasks/configure.yml b/ansible/roles/semaphore/tasks/configure.yml index a5e4002..0235301 100644 --- a/ansible/roles/semaphore/tasks/configure.yml +++ b/ansible/roles/semaphore/tasks/configure.yml @@ -103,7 +103,8 @@ loop_control: label: "{{ item.name }}" when: item.name not in (_semaphore_keys.json | map(attribute='name') | list) - no_log: true + # no_log temporarily disabled for debugging + no_log: false - name: Re-list keys with assigned ids ansible.builtin.uri: