From 11a9300748bd770243af7c54a848fe02cb32f444 Mon Sep 17 00:00:00 2001 From: gareth-rylance-psg Date: Mon, 10 Apr 2017 17:21:57 +0100 Subject: [PATCH] Use bash explicity /bin/sh gave /etc/ansible/roles/gotansible.newrole/newrole: 13: /etc/ansible/roles/gotansible.newrole/newrole: Bad substitution on ubuntu 16.04 --- newrole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrole b/newrole index 319d791..3ac6a9f 100755 --- a/newrole +++ b/newrole @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ "$#" -ne 1 ] then