riemers / ansible-gitlab-runner

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

Remove additional `docker-disable-cache` argument #352

Closed sdclarke closed 4 weeks ago

sdclarke commented 4 weeks ago

The command line argument for disabling the docker cache was passed twice, with the first one incorrectly adding True as a value to the argument. This commit removes the incorrect argument leaving only the valid one

Fixes #351

guenhter commented 4 weeks ago

Thx for your contribution