add var for tag version libretls

This commit is contained in:
rick 2023-01-21 18:13:29 +01:00
parent 430a902ab0
commit a68a1a43bf
Signed by: Rick
GPG key ID: 4A6223D66294EB20
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@
ansible.builtin.git:
dest: "{{ path_tmp_git }}"
repo: "{{ git }}"
refspec: "3.7.0"
refspec: "{{ tag_git }}"
single_branch: yes
- name: autoreconf

View file

@ -1,5 +1,6 @@
---
git: "https://git.causal.agency/libretls/"
tag_git: "3.7.0"
path_tmp_git: "/tmp/libretls"
lib_name: "libtls.so.26.0.1"
path_local_lib: "/usr/local/lib/{{ lib_name }}"