-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Ansible can´t run as control machine on Windows. But there´s another option called 'Vagrant Ansible Local provisioner' What about it?
Can´t it be used to make this work on Windows?
It tried a quick fix by changing the line 18 from
vbox.vm.provision :ansible do |ansible|
to
vbox.vm.provision :ansible_local do |ansible|
but the I get this error:
Bringing machine 'virtualbox' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
ansible local provisioner:
* `playbook` does not exist on the guest: C:/vagrant/playbook.yml
Metadata
Metadata
Assignees
Labels
No labels