riemers / ansible-gitlab-runner

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

Add support for docker tmpfs options #316

Closed nicoklaus15 closed 7 months ago

nicoklaus15 commented 9 months ago

Fixing #302

The configuration of a docker tmpfs option contains slashes and must be converted to json.

https://docs.gitlab.com/runner/executors/docker.html#mount-a-directory-in-ram

github-actions[bot] commented 7 months ago

Although PRs are appreciated, if it sits for too long nothing happens. Can always update and do again :) This is just the automation talking

sylvainar commented 7 months ago

@riemers Hey, do you plan on merging that? We still have the issue on our side and we have to apply the patch manually

guenhter commented 7 months ago

Thx for the contribution and sorry for the inconvenience

riemers commented 7 months ago

Thanks Guenhter

sylvainar commented 7 months ago

Awesome, thanks!

sylvainar commented 6 months ago

Hey @riemers, do you plan on releasing a new version on galaxy with that fix included?