ansible-wordpress
ansible-wordpress copied to clipboard
Make it possible to delete themes
Hi,
I'd be interested in submitting a PR to solve this issue. Are you still in ? It's not a huge work : we could add a "plugins_remove" array and iterate over it (let me know if you think of a better name).
It could be used to remove default plugins (hello-dolly, yes, I'm speaking about you).
If my first PR is ok, I can do #18 and #19 too.
It probably should be a flag on wordpress_installs.{n}.themes and wordpress_installs.{n}.plugins, but I'm not sure how complex that is.