Skip to content

Releases: kriansa/ansible-bundler

Release v1.4.0

25 Aug 00:50
v1.4.0
Compare
Choose a tag to compare
  • Fix Makefile for Linux

Release v1.3.0

23 Aug 17:09
v1.3.0
Compare
Choose a tag to compare
  • Made docs a little clearer
  • Fix Makefile to work on macOS
  • First signed release

Release v1.2.0

23 Aug 12:22
Compare
Choose a tag to compare
  • 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 with sudo. (#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

20 Aug 04:10
Compare
Choose a tag to compare
  • Add support for playbook variables (#1)

Release v1.0.0

19 Aug 00:24
Compare
Choose a tag to compare
  • Initial release