generated from sebclem/ansible-role-template
8 lines
276 B
YAML
8 lines
276 B
YAML
---
|
|
# vars file for Ansible-Lsd-Role
|
|
lsd_github_org: Peltoche
|
|
lsd_github_repo: lsd
|
|
lsd_bin_name: "lsd_{{ lsd_version }}_{{ lsd_arch }}.deb"
|
|
|
|
github_bin_url: "https://github.com/{{ lsd_github_org }}/{{ lsd_github_repo }}/releases/download/{{ lsd_version }}/{{ lsd_bin_name }}"
|