Fix typo in glab role

This commit is contained in:
Kenneth Benzie 2024-04-23 20:41:54 +01:00
parent dcb0f8c08c
commit 75012793a8

View File

@ -6,7 +6,7 @@
path: '{{glab}}' path: '{{glab}}'
register: stat_glab register: stat_glab
- name: get instlal version - name: get install version
when: stat_glab.stat.exists when: stat_glab.stat.exists
command: '{{glab}} --version' command: '{{glab}} --version'
register: glab_version_output register: glab_version_output