dokku / ansible-dokku

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

Fix getting plugin list for installed_dokku_plugins variable #58

Closed atnartur closed 4 years ago

atnartur commented 4 years ago

Previously used command dokku plugin is not working now. So installing already installed plugin fails. I replaced dokku plugin to dokku plugin:list and now plugin installation checking is working normally.

As I see in documentation repo (https://github.com/dokku/dokku/commit/30bf228dc971fae6de4899b8cd5e40c30bb45a1f) dokku plugin deprecated about 3 years ago.