Fix glab role on Debian for first install

This commit is contained in:
Kenneth Benzie 2023-04-29 19:18:04 +01:00
parent ad9d1fbe4f
commit 5b62791bf6

View File

@ -12,8 +12,11 @@
register: glab_version_output
changed_when: false
- set_fact:
- when: stat_glab.stat.exists
set_fact:
glab_version: '{{glab_version_output.stdout | replace("glab version ", "v")}}'
- set_fact:
gitlab_api: 'https://gitlab.com/api/v4'
project_id: 'gitlab-org%2Fcli'