Changes in 2.0.0
BC Breaks
- Minimum Ansible version supported is 1.9
- ansistrano_releases_path and ansistrano_shared_path are now defined as defaults so if you use them in your hooks you should stop referring to the stdout string and just use the variable
Bug Fixes
- Fix problem with the git strategy in repos with non-ascii filenames. Thanks @merqlove