I'm trying to run ansible-bender on a remote SSH host found in my inventory.
I have tried passing the custom inventory file as an additional argument to ansible-bender:
ansible-bender build --extra-ansible-args "-i ./inventory" ./ab-playbook.yml
...but the inventory is ignored and the image is still built locally. Is there any way to run ansible-bender on the remote host specified in my inventory/playbook?