lsd
lsd
Ansible role to install lsd the ls replacement.
Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
Table of content
Requirements
- Minimum Ansible version:
2.10
Default Variables
lsd_arch
Architecture of the package to install
Default value
lsd_arch: '{{ ansible_architecture }}-unknown-linux-musl'
lsd_download
URL to the archive of the release to install
Default value
lsd_download: https://github.com/lsd-rs/lsd/releases/download/v{{ lsd_version }}/lsd-v{{
lsd_version }}-{{ lsd_arch }}.tar.gz
lsd_version
Version of the release to install
Default value
lsd_version: 1.1.5
Discovered Tags
lsd
Dependencies
- None
License
Apache-2.0
Author
Install
ansible-galaxy install rolehippie/lsd
License
apache-2.0
Downloads
28
Owner
Ansible role collection of Webhippie