- Convert AdHocResult.values() to return a list, not a generator (Thanks Alan Rominger)
- Preliminary support for py3
- Major changes to allow ansible-style inventory indexing
- Improved results processing using python objects, rather than dictionaries
- Add parameter --ansible-module-path (thanks David Barroso)
- Raise DeprecationWarnings for scope=class fixtures
- Correctly handle ansible become options
- Add support for ansible-2.0
- Only validate --ansible-* parameters when using pytest-ansible fixture
- Include --ansible-user when running module
- Add ansible-1.9 privilege escalation support
- Resolve setuptools import failure by migrating from a module to a package
- Removed py module dependency
- Add HISTORY.md
- Use pandoc to convert existing markdown into pypi friendly rst
- Add
ansible_host
andansible_group
parametrized fixture - Add cls level fixtures for users needing scope=class fixtures
- Updated examples to match new fixture return value
- Alter fixture return data to more closely align with ansible
- Raise
AnsibleHostUnreachable
whenever hosts are ... unreachable - Set contacted and dark hosts in ConnectionError
- Initial release