dokku / ansible-dokku

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

support new `git:sync` command #94

Closed ltalirz closed 3 years ago

ltalirz commented 3 years ago

dokku 0.23 comes with a git:sync command https://github.com/dokku/dokku/pull/4297

This replaces the dokku-clone plugin; a fix for https://github.com/dokku/ansible-dokku/issues/88 is already built in.

My suggestion would be to deprecate the dokku_clone ansible module and replace the dokku_git_sync module with one that uses the dokku internals (and update the corresponding docs to no longer point to the commercial git_sync plugin).

@josegonzalez if you would like to do any of this, please go ahead. I might have some time next weekend

josegonzalez commented 3 years ago

I won’t have time to contribute to non-core projects for a bit as I’m wrapping up my commercial admin tool. Feel free to take this on.