dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
176 stars 44 forks source link

Specify rules for plugin:install failure #60

Closed decentral1se closed 4 years ago

decentral1se commented 4 years ago

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 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.

decentral1se commented 4 years ago

See https://github.com/dokku/ansible-dokku/issues/59.