caddy icon indicating copy to clipboard operation
caddy copied to clipboard

Could you tag the versions of this role?

Open MaxValue opened this issue 4 months ago • 0 comments

Ansible Galaxy uses git tags by default to discern the versions of a role.

At the moment it is only possible to pin versions of this role by branch name (defeats the purpose) or by commit hash.

I am talking about the Ansible galaxy requirements file. For example to make sure that a specific version of this role is installed on the controller the file would look like this:

roles:
  - name: nvjacobo.caddy
    version: "1.0.0"

except that this version does not exist.

Could you please at least tag the current version?

MaxValue avatar Aug 15 '25 09:08 MaxValue