ishkulov

Results 3 comments of ishkulov

@GMartinez-Sisti I used example from https://galaxy.ansible.com/riemers/gitlab-runner. ``` gitlab_runner_registration_token: '***' gitlab_runner_runners: - name: 'Lab50 Runner' executor: docker docker_image: 'alpine' tags: - openjdk - maven - lab50 docker_volumes: - "/var/run/docker.sock:/var/run/docker.sock" - "/cache"...

With GMartinez-Sisti:add_options i got this: ``` TASK [ansible-gitlab-runner : Ensure directories] ****************************** fatal: [default]: FAILED! => {"msg": "'dict object' has no attribute 'builds_dir'"} ```

@GMartinez-Sisti Yes, previous error is gone but initial is still here. May be it cat help. There is the file that can't pass validation: ``` # cat /tmp/ansible.o22yqfgitlab-runner-config/gitlab-runner.1.1YXB_n name =...