So far, the dokku_clone module supports only app and repository parameters.
Providing a path to a git repository will check out the default branch, thus making deploys not reproducible.
Expected Results
I didn't try whether one can pass a URL to a specific commit/tag (maybe that could also work?), but it seems to me that the usual approach in ansible is a version parameter (see git module).
Description of problem
So far, the dokku_clone module supports only
app
andrepository
parameters. Providing a path to a git repository will check out the default branch, thus making deploys not reproducible.Expected Results
I didn't try whether one can pass a URL to a specific commit/tag (maybe that could also work?), but it seems to me that the usual approach in ansible is a
version
parameter (see git module).