Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 2.25 KB

README.md

File metadata and controls

82 lines (51 loc) · 2.25 KB

starship

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

Ansible role to install starship shell prompt.

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

starship_arch

Architecture of the static binary

Default value

starship_arch: '{{ ansible_architecture }}'

starship_download

URL to the archive of the release to install

Default value

starship_download: https://github.com/starship/starship/releases/download/v{{ starship_version
  }}/starship-{{ starship_arch }}-unknown-linux-musl.tar.gz

starship_version

Version of the release to install

Default value

starship_version: 1.17.1

Discovered Tags

starship

Dependencies

License

Apache-2.0

Author

Thomas Boerger