Skip to content

Commit

Permalink
fix task description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 19, 2024
1 parent 8b94660 commit 1dabe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/gitlab/tasks/gitlab_shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
changed_when: false
register: shell_version

- name: Ensure gitlab shell version v{{ pages_version.stdout }}
- name: Ensure gitlab shell version v{{ shell_version.stdout }}
ansible.builtin.git:
repo: "{{ gitlab_shell_repository }}"
dest: "{{ gitlab_shell_path }}"
Expand Down

0 comments on commit 1dabe44

Please sign in to comment.