Skip to content

Commit cdacf78

Browse files
authored
Merge pull request #404 from tobiashuste/remove-docker-28-specific-fix
Remove Docker 28 IPV6 related fix
2 parents eedb990 + 51d20d7 commit cdacf78

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

molecule/gitlab_runner/converge.yml

-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
- name: "Converge"
88
hosts: "all"
99
tasks:
10-
- name: "Set Docker daemon options for Ubuntu 20.04 and Debian"
11-
ansible.builtin.set_fact:
12-
docker_daemon_options:
13-
ipv6: false
14-
ip6tables: false
15-
when: "(ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04') or
16-
ansible_distribution == 'Debian'"
17-
1810
- name: "Include gitlab_runner role"
1911
ansible.builtin.include_role:
2012
name: "hifis.toolkit.gitlab_runner"

0 commit comments

Comments
 (0)