If plugins are already in place this will 1) not fail when git trys to clone them in and 2) not show as changed in the Ansible task list because we know that a git clone error with this specific error message means nothing changed.
I have manually tested this a number of times and am pretty happy with it.
Closes https://github.com/dokku/ansible-dokku/issues/59.
If plugins are already in place this will 1) not fail when
git
trys to clone them in and 2) not show as changed in the Ansible task list because we know that agit clone
error with this specific error message means nothing changed.I have manually tested this a number of times and am pretty happy with it.