a7ee56459b
With this change, the presence of Ansible configuration files (like
playbook file, inventory path, galaxy role file, etc.) is no longer
performed by the `config` classes, but by the `provisioner` classes
(at the beginning of the provision command).
This change fixes several issues:
- Resolve #6984 as `provision` method are only executed when remote
(ssh) communication with the guest machine is possible.
- Resolve #6763 in a better way than
|
||
---|---|---|
.. | ||
commands | ||
config | ||
guests | ||
locales | ||
nfs | ||
provisioners | ||
package_Vagrantfile.erb | ||
rgloader.rb |