Adds support for installing vault plugins.
A playbook for each plugin should be placed under tasks/plugins.
Then the plugin can be enabled by adding them to the vault_plugins_enable list. By default all of the available plugin playbooks are enabled when running a molecule test.
Adds support for installing vault plugins. A playbook for each plugin should be placed under
tasks/plugins
. Then the plugin can be enabled by adding them to thevault_plugins_enable
list. By default all of the available plugin playbooks are enabled when running a molecule test.See #316 for a example on how to add a plugin.