From f9ad29959eccbeb8689d6d246e34d675399efb31 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 27 Sep 2017 00:11:15 -0500 Subject: [PATCH] have runansible execute scripts/ansible --- runansible | 1 + 1 file changed, 1 insertion(+) diff --git a/runansible b/runansible index 2970efdc2..d4b95bda6 100755 --- a/runansible +++ b/runansible @@ -1,4 +1,5 @@ #!/bin/bash -e +./scripts/ansible # copy var files to /etc/iiab for subsequent use # if vars/local_vars.yml is missing, put a default one in place if [ ! -f ./vars/local_vars.yml ]; then