diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-25 20:58:34 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-25 20:58:34 +0100 |
| commit | b616376896a4becc79a9bc6be9e66107deb6dcd1 (patch) | |
| tree | f1218ec1eb633f06635b78588a892b219ab69d65 | |
| parent | aea979a49280a58000b6127598bd31660e72687c (diff) | |
The '--inventory-file' argument is deprecated.
This feature will be removed from ansible-core version 2.23.
Use -i or --inventory instead.
| -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 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" } |
