From: Sapan Bhatia Date: Fri, 16 Jan 2015 22:11:16 +0000 (+0000) Subject: Changed shell to /bin/bash, because dash (the default shell) on beta doesn't support... X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=7be4bbefddd5021210db09c11d2fab494a20907d Changed shell to /bin/bash, because dash (the default shell) on beta doesn't support source --- diff --git a/planetstack/openstack_observer/run_ansible b/planetstack/openstack_observer/run_ansible index 5fab9df..224a6d7 100644 --- a/planetstack/openstack_observer/run_ansible +++ b/planetstack/openstack_observer/run_ansible @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash source /opt/ansible/hacking/env-setup ansible-playbook -v $@