Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH]
driver.provider.name
Overrided by VAGRANT_DEFAULT_PROVIDER
In case environment variable `VAGRANT_DEFAULT_PROVIDER` is defined (see <https://www.vagrantup.com/docs/other/environmental-variables#vagrant_default_provider>), our `driver.provider.name` will have no effect and always start with above default provider as specifiied. With python-vagrant `up()` (see <https://github.com/pycontribs/python-vagrant/blob/main/src/vagrant/__init__.py#L310-L318>) we could specify the target provider with `provider` option, where our current wrapper only provide the `provision` option. See ansible-community/molecule-vagrant#174 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
- Loading branch information