Skip to content

Commit 0997d22

Browse files
committed
Try IPV6 daemon option
1 parent 6b32dc8 commit 0997d22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

molecule/gitlab_runner/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ provisioner:
3737
gitlab_runner_concurrent: 4
3838
host_vars:
3939
instancegitlabciopenstack1:
40+
docker_daemon_options:
41+
ipv6: false
42+
ip6tables: false
4043
gitlab_runner_version: "17.8.1"
4144
gitlab_runner_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}/gitlab-runner_{{ gitlab_runner_pkg_version }}_amd64.deb/download.deb"
4245
gitlab_runner_helper_images_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}/gitlab-runner-helper-images_{{ gitlab_runner_pkg_version }}_all.deb/download.deb"

0 commit comments

Comments
 (0)