VM spinup role is looking for a ../ relative path in order to place the dynamic inventories, but, since this does not yet have a ./playbooks/ structure, it can't quite find it.
I think the fix here is actually to update this playbook to match that structure.
VM spinup role is looking for a
../
relative path in order to place the dynamic inventories, but, since this does not yet have a./playbooks/
structure, it can't quite find it.I think the fix here is actually to update this playbook to match that structure.
Filed here for tracking, I'll submit a PR for it.