From 323616f802112c5ef6cd00138ba4b975c299d0da Mon Sep 17 00:00:00 2001 From: lorentz Date: Tue, 21 Apr 2026 01:56:22 +0000 Subject: [PATCH] Force local connection on delegated op tasks delegate_to: localhost alone still uses SSH, which hangs on the Semaphore controller. Add connection: local so the op tasks run in the controller process directly. --- playbooks/n8n.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/n8n.yml b/playbooks/n8n.yml index 59ac55d..20ce86c 100644 --- a/playbooks/n8n.yml +++ b/playbooks/n8n.yml @@ -26,6 +26,7 @@ changed_when: false check_mode: no delegate_to: localhost + connection: local become: false no_log: true environment: @@ -39,6 +40,7 @@ register: op_item check_mode: no delegate_to: localhost + connection: local become: false no_log: true environment: @@ -68,6 +70,7 @@ - name: Create 1Password item when: op_check.rc != 0 delegate_to: localhost + connection: local become: false no_log: true shell: |