Skip to content

Commit

Permalink
Remove verbose tag on ansible-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Oct 12, 2023
1 parent c051dc2 commit 5749926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/ansible
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5749926

Please sign in to comment.