Closed farridav closed 4 years ago
This role is currently creating the gitlab ci user even if gitlab_ci_enabled is not set... perhaps we could add a conditional to this?
gitlab_ci_enabled
There are some other gitlab-ci packages that also get installed regardless e.g gitlab-ci-rake, gitlab-ci-rails
gitlab-ci-rake
gitlab-ci-rails
Thanks for the great work :)
@farridav This is legacy code I'm planning to rip out since the CI parts are much more integrated into GitLab now and less separate.
This role is currently creating the gitlab ci user even if
gitlab_ci_enabled
is not set... perhaps we could add a conditional to this?There are some other gitlab-ci packages that also get installed regardless e.g
gitlab-ci-rake
,gitlab-ci-rails
Thanks for the great work :)