From 514d1fee5e3a920dfd3e77f79b11f401ef2cfc17 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Fri, 24 Apr 2026 13:42:19 -0700 Subject: [PATCH] Removed hardcoded client --- playbooks/deploy_sshkeys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/deploy_sshkeys.yml b/playbooks/deploy_sshkeys.yml index 2b84eea..8dae80f 100644 --- a/playbooks/deploy_sshkeys.yml +++ b/playbooks/deploy_sshkeys.yml @@ -5,7 +5,7 @@ become: true vars: # Ensure the slug is passed from your onboarding script or Semaphore env - client_slug: "myclient" + # client_slug: "myclient" public_key_path: "/root/.ssh/client_{{ client_slug }}.pub" tasks: