diff --git a/scripts/dev/ansible b/scripts/dev/ansible index bbbeac2..7a0b45f 100644 --- a/scripts/dev/ansible +++ b/scripts/dev/ansible @@ -5,7 +5,7 @@ if [ "$ANSIBLE" = "true" ]; then if [ "$ANSIBLE_PULL" = "true" ]; then echo "Pulling and running latest server config ansible playbook" - ansible-pull -U "https://github.com/MineInAbyss/server-config.git" -d "/server-config" --checkout "${ANSIBLE_PULL_BRANCH:=master}" -v + ansible-pull -U "https://github.com/MineInAbyss/server-config.git" -d "/server-config" --checkout "${ANSIBLE_PULL_BRANCH:=master}" elif [ -f "/server-config/local.yml" ]; then echo "Running local server config ansible playbook"