Open
Description
We have some sites that contain plugins that were either written in house at some point and not public, or were pulled from a source like GitHub and aren't in the official Wordpress plugin repository.
The way site.yml works now if you list a plugin the playbook tries to install it. I think it might be a nice improvement to just enable the plugin the if the directory exists instead of failing.
Not sure how the login would work, the ansible might need to check each plugin in the list somehow. If I come up with a solution on my own I'll try and share it.