Closed olwe0002 closed 1 year ago
Couple disclaimers before I get to my answer:
With that out of the way, this is a simple enough change that I think I can probably get around to it when my backlog allows.
The role now has this functionality thanks to @MohamedLamineAllal in #661!
Is your feature request related to a problem? Please describe
Here the version gets set to the latest one in the specified branch. Its not possible to set it on your own and pin the version.
Describe the solution you'd like
It should be possible to define
nginx_version
by your own. An easy way to achieve this would be to add awhen: nginx_version is not defined
to theansible.builtin.set_fact
task.