Releases: kriansa/ansible-bundler
Releases · kriansa/ansible-bundler
Release v1.4.0
- Fix Makefile for Linux
Release v1.3.0
- Made docs a little clearer
- Fix Makefile to work on macOS
- First signed release
Release v1.2.0
- Add support for runtime variables. (#2)
- A tiny runtime interface has been added and documented. Run your
playbook with --help to get to know it better. (#2) - Ansible is run with the same user privileges that you invoke it. If
you need privileged access, run it withsudo
. (#3) - Fixed usage for Ubuntu-based OSes, where pip packages are installed on
$ROOT/$HOME/.local/bin instead of $ROOT/usr/bin. (#4)
Release v1.1.0
- Add support for playbook variables (#1)
Release v1.0.0
- Initial release