mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
update consul
This commit is contained in:
@ -6,6 +6,10 @@ consul_apt_key:
|
||||
consul_apt_repository:
|
||||
- repo: deb [arch=amd64] https://apt.releases.hashicorp.com {{ ansible_distribution_release }} main
|
||||
filename: hashicorp
|
||||
|
||||
consul_deps_packages:
|
||||
- gnupg2
|
||||
|
||||
consul_version_build: "1"
|
||||
consul_package_name_regex: "{{ consul_package_name }}-{{ consul_version }}-{{ consul_version_build }}"
|
||||
consul_ssl_update_ca_command: "update-ca-certificates --fresh"
|
||||
|
Reference in New Issue
Block a user