Changes between Initial Version and Version 1 of Ticket #48545, comment 8
- Timestamp:
- Aug 17, 2015, 12:25:51 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48545, comment 8
initial v1 2 2 if you really want to use a different version you can `pip install ansible` or if you really want the very latest version, `pip` directly from github. 3 3 I think this is more of a problem how the Ansible team is tagging releases and forcing everyone to always use the very earliest version (which may break other stuff). 4 e.g, Due to [ issue#10891](https://github.com/ansible/ansible/issues/10891), playbooks that will ask for sudo password will not run on 1.9.1 on OSX just as it is.4 e.g, Due to [https://github.com/ansible/ansible/issues/10891 issue#10891], playbooks that will ask for sudo password will not run on 1.9.1 on OSX just as it is. 5 5 6 6 maybe we can have ports for ansible19x and ansible18x? what does the macports team recommend?