An Ansible Role that installs glab on Linux.
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
glab_bin_path: "/usr/local/bin/glab"
glab_tmp_directory: "{{ lookup('env', 'TMPDIR') | default('/tmp', true) }}"
glab_os: "Linux"
glab_arch: "x86_64"
None.
- hosts: all
roles:
- sgaunet.glab
This role is tested with Molecule.
To run the tests, you need to have devbox installed on your machine.
devbox run test
MIT