From f7d245ab3946f07dd8164cbfd55f4751f7514653 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 2 Mar 2025 19:05:07 +0100 Subject: Add verbosity flag to update playbook call --- bin/update-everything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-everything.sh b/bin/update-everything.sh index e3f8148..e69f705 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -53,7 +53,7 @@ remote_update(){ printf_n_notify "remote update" export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg" - ansible-playbook -b \ + ansible-playbook -v -b \ --inventory-file "$HOME/workbench/homelab-iac/ansible/inventory.yaml" \ "$HOME/workbench/homelab-iac/ansible/playbooks/update_system.yml" -- cgit v1.2.3