diff --git a/playbooks/deploy_sshkeys.yml b/playbooks/deploy_sshkeys.yml index 8dae80f..79e289d 100644 --- a/playbooks/deploy_sshkeys.yml +++ b/playbooks/deploy_sshkeys.yml @@ -6,7 +6,7 @@ vars: # Ensure the slug is passed from your onboarding script or Semaphore env # client_slug: "myclient" - public_key_path: "/root/.ssh/client_{{ client_slug }}.pub" + public_key_path: "/root/.ssh/client_{{ CLIENT_SLUG }}.pub" tasks: - name: Ensure .ssh directory exists