add var for tag version libretls
This commit is contained in:
parent
430a902ab0
commit
a68a1a43bf
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue