dokku / ansible-dokku

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

Install plugin dependencies too #61

Closed decentral1se closed 4 years ago

decentral1se commented 4 years ago

Once plugins are installed, plugin dependencies should also be installed so that application deployments that rely on those plugins and their dependencies can be used immediately.

decentral1se commented 4 years ago

Skipping idempotency check since it is not clear what that means for this command. For example, right now, I see an apt based warning coming out on stdout/stderr (not sure), so I dare not check that.