Skip to content

Commit d54adae

Browse files
committed
ansible-drift: make setup more verbose to improve insight
Now that cron is not used anymore, it's possible to make the setup output more verbose: the details are not send via email anymore, instead they are logged.
1 parent bc28e87 commit d54adae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/ansible-drift.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ cd "$dir" || exit 1
2727

2828
# make sure we're on the latest commit
2929
if [ -n "$branch" ]; then
30-
git pull --quiet --ff-only $branch
31-
git submodule update --init --recursive --quiet
30+
git pull --ff-only $branch
31+
git submodule update --init --recursive
3232

3333
if [ -f requirements.yml ]; then
34-
ansible-galaxy install --ignore-errors -r requirements.yml --force >/dev/null 2>&1
34+
ansible-galaxy install --ignore-errors -r requirements.yml --force
3535
fi
3636

3737
message="$message from $branch"

0 commit comments

Comments
 (0)