wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
56 stars 31 forks source link

Fix vault version #115

Closed makp0 closed 11 months ago

makp0 commented 12 months ago

apt-get install -y --download-only vault=1.14.2

Reading package lists... Done Building dependency tree... Done Reading state information... Done Package vault is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Version '1.14.2' for 'vault' was not found

aurelienmaury commented 11 months ago

Hi,

the vault role has been switched to a binary release in order to support:

I added clarification on that in the variable description in the role documentation

The version with the -1 suffix is specific to the debian packages versionning and will not come back.

As far as I checked, the command you state should just not occur in the latest releases ( > v0.9.10 ).

I'm closing this for now and ecourage you to open an issue with more context description if it were to happen again.

Thanks.