Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/terraform')
-rwxr-xr-x_support/terraform/configure-demo-cluster4
-rw-r--r--_support/terraform/configure.yml (renamed from _support/terraform/playbook.yml)0
2 files changed, 2 insertions, 2 deletions
diff --git a/_support/terraform/configure-demo-cluster b/_support/terraform/configure-demo-cluster
index 4471cb7f1..290176ccd 100755
--- a/_support/terraform/configure-demo-cluster
+++ b/_support/terraform/configure-demo-cluster
@@ -1,2 +1,2 @@
-#!/usr/bin/env sh
-exec ansible-playbook -i hosts.ini playbook.yml "$@"
+#!/bin/sh
+exec ansible-playbook -i hosts.ini configure.yml "$@"
diff --git a/_support/terraform/playbook.yml b/_support/terraform/configure.yml
index 0dceb96a2..0dceb96a2 100644
--- a/_support/terraform/playbook.yml
+++ b/_support/terraform/configure.yml