Fix glab role on Debian for first install
This commit is contained in:
parent
ad9d1fbe4f
commit
5b62791bf6
@ -12,8 +12,11 @@
|
|||||||
register: glab_version_output
|
register: glab_version_output
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- set_fact:
|
- when: stat_glab.stat.exists
|
||||||
|
set_fact:
|
||||||
glab_version: '{{glab_version_output.stdout | replace("glab version ", "v")}}'
|
glab_version: '{{glab_version_output.stdout | replace("glab version ", "v")}}'
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
gitlab_api: 'https://gitlab.com/api/v4'
|
gitlab_api: 'https://gitlab.com/api/v4'
|
||||||
project_id: 'gitlab-org%2Fcli'
|
project_id: 'gitlab-org%2Fcli'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user