aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-02 19:05:07 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-02 19:05:07 +0100
commitf7d245ab3946f07dd8164cbfd55f4751f7514653 (patch)
treee2bf6d8014d9e6d2a5050d2bc43af62287313c57
parent2c71b15e0044b04a68e18b48be46eaa41ecb2085 (diff)
Add verbosity flag to update playbook call
-rwxr-xr-xbin/update-everything.sh2
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"