From e36635322d1f36e2e44a94de11949fd44d707c21 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 12 May 2019 01:11:47 -0400 Subject: [PATCH] iiab-support.yml -> install-support.yml --- install-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-support b/install-support index 7c45fa219..aad78fe93 100755 --- a/install-support +++ b/install-support @@ -8,7 +8,7 @@ if [ "$ans" != "y" ]; then exit fi -PLAYBOOK="iiab-support.yml" +PLAYBOOK="install-support.yml" INVENTORY="ansible_hosts" CWD=`pwd`