Skip to content

rolehippie/lsd

Repository files navigation

lsd

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

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.2

Discovered Tags

lsd

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger