generated from sebclem/ansible-role-template
Update vars/main.yml
This commit is contained in:
parent
2474be8969
commit
1460670ddd
@ -2,6 +2,6 @@
|
|||||||
# vars file for Ansible-Lsd-Role
|
# vars file for Ansible-Lsd-Role
|
||||||
lsd_github_org: lsd-rs
|
lsd_github_org: lsd-rs
|
||||||
lsd_github_repo: lsd
|
lsd_github_repo: lsd
|
||||||
lsd_bin_name: "lsd_{{ lsd_version }}_{{ lsd_arch }}.deb"
|
lsd_bin_name: "lsd_{{ lsd_version | replace('v', '') }}_{{ lsd_arch }}.deb"
|
||||||
|
|
||||||
github_bin_url: "https://github.com/{{ lsd_github_org }}/{{ lsd_github_repo }}/releases/download/{{ lsd_version }}/{{ lsd_bin_name }}"
|
github_bin_url: "https://github.com/{{ lsd_github_org }}/{{ lsd_github_repo }}/releases/download/{{ lsd_version }}/{{ lsd_bin_name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user