samdoran / ansible-role-gitlab

Ansible role for GitLab CE Omnibus
30 stars 21 forks source link

Dont make gitlab ci user unless we specifiy gitlab_ci_enabled True #5

Closed farridav closed 4 years ago

farridav commented 8 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?

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 :)

samdoran commented 8 years ago

@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.