diff --git a/deploy.sh b/deploy.sh index e0a90f9..9f885ad 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,6 @@ LIMIT=$1 shift for PLAYBOOK in $@; do - ansible-playbook ${LIMIT} ${PLAYBOOK} + ansible-playbook --limit ${LIMIT} ${PLAYBOOK} shift done