diff --git a/roles/glab/tasks/Debian.yaml b/roles/glab/tasks/Debian.yaml index b32706d..1095232 100644 --- a/roles/glab/tasks/Debian.yaml +++ b/roles/glab/tasks/Debian.yaml @@ -6,7 +6,7 @@ path: '{{glab}}' register: stat_glab -- name: get instlal version +- name: get install version when: stat_glab.stat.exists command: '{{glab}} --version' register: glab_version_output