aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 e69f705..c6b4798 100755
--- a/bin/update-everything.sh
+++ b/bin/update-everything.sh
@@ -54,7 +54,7 @@ remote_update(){
export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg"
ansible-playbook -v -b \
- --inventory-file "$HOME/workbench/homelab-iac/ansible/inventory.yaml" \
+ --inventory "$HOME/workbench/homelab-iac/ansible/inventory.yaml" \
"$HOME/workbench/homelab-iac/ansible/playbooks/update_system.yml"
}