Open jadbaz opened 6 years ago
The win wrapper is just a process hook to delegate the ansible-playbook call from the vagrant executable to the cygwin environment. You can download the wrapper executable from the latest release.
you just need to name this file ansible-playbook.exe
and stick it into the bin folder where the vagrant.exe
lives. Also put the ini file there to point to your working cygwin environment.
In the section Configure Vagrant Environment to work with Ansible, the instructions say to move the file
ansible-win-wrapper.exe
to vagrant bin. There is no such file (in this repository at least). Do you actually meanansible-playbook.bat
?Another file I'm curious about is
ansible-playbook.go
, I don't see it mentioned anywhere.