* Readded ``execnet_connection`` as plugin. [fschulze]
2.0.0b1
--------------------
* Support ansible >= 2.4.0 and drop support for previous versions. [fschulze]
* Support for ploy 2.0.0. [fschulze]
1.4.1
------------------
* Return with proper exit code on failure of ``configure`` command. [fschulze]
* Fix playbook discovery. [fschulze]
1.4.0
------------------
* Look for ``[instance-name].yml`` in addition to ``[master-name]-[instance-name].yml``. This allows using the same playbook for the same instance on multiple masters. [fschulze]
1.3.2
------------------
* Don't add empty search path when no additional role or library paths are defined. This prevents the current working directory from being searched. [fschulze]