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)