caddy
caddy copied to clipboard
Could you tag the versions of this role?
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?