summaryrefslogtreecommitdiff
path: root/apply-role.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apply-role.sh')
-rwxr-xr-xapply-role.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/apply-role.sh b/apply-role.sh
index 708a8357..0a513b1d 100755
--- a/apply-role.sh
+++ b/apply-role.sh
@@ -5,9 +5,8 @@ if [ -z "$1" ] || [ -z "$2" ]; then
exit 1
fi
hosts="$1"
-shift
-role="$1"
-shift
+role="$2"
+shift 2
cd "${BASH_SOURCE%/*}"
source common/utils.sh