Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@kriansa kriansa released this 23 Aug 12:22
· 31 commits to master since this release
  • 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)