fixed deploy script

This commit is contained in:
Bryan Joshua Pedini 2022-04-08 18:48:34 +02:00
parent a1a3891d02
commit 580166b1f6
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ for SERVICE in $@; do
done
LIMIT=$(echo "${LIMIT}" | sed 's/^ //')
ansible-playbook "${LIMIT}" "${PLAYBOOK}"
ansible-playbook ${LIMIT} ${PLAYBOOK}