diff options
-rwxr-xr-x | bin/update-everything.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |