From 7a690b9844b425aedac3b9c130829828ebb8fd1b Mon Sep 17 00:00:00 2001 From: Francis Kayiwa Date: Mon, 7 Oct 2024 17:41:22 -0400 Subject: [PATCH] Update playbooks/git.yml Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> --- playbooks/git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/git.yml b/playbooks/git.yml index 77b59648f..e0cbf91bc 100644 --- a/playbooks/git.yml +++ b/playbooks/git.yml @@ -2,7 +2,7 @@ # by default this playbook runs in the staging environment # to run in production, pass '-e runtime_env=production' -- name: build the git vcs +- name: build our in-house GitLab instances hosts: pulgit_{{ runtime_env | default('staging') }} remote_user: pulsys become: true