Corrected user defined variable to caps

This commit is contained in:
2026-04-24 13:44:42 -07:00
parent 514d1fee5e
commit f2d09a0b01

View File

@@ -6,7 +6,7 @@
vars: vars:
# Ensure the slug is passed from your onboarding script or Semaphore env # 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" public_key_path: "/root/.ssh/client_{{ CLIENT_SLUG }}.pub"
tasks: tasks:
- name: Ensure .ssh directory exists - name: Ensure .ssh directory exists