riemers / ansible-gitlab-runner

Ansible role to install gitlab-runner
MIT License
351 stars 267 forks source link

add config section feature_flags #334

Closed BenjaminBoehm closed 5 months ago

BenjaminBoehm commented 5 months ago

I couldn't configure runners.feature_flags, so I added support for feature flags which are described here: https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags

Other fixes:

If I should split this PR into separate ones, please let me know.

guenhter commented 5 months ago

Thx for your contribution