We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b32dc8 + 5574f4b commit 4a525e3Copy full SHA for 4a525e3
molecule/gitlab_runner/converge.yml
@@ -7,6 +7,14 @@
7
- name: "Converge"
8
hosts: "all"
9
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
+
18
- name: "Include gitlab_runner role"
19
ansible.builtin.include_role:
20
name: "hifis.toolkit.gitlab_runner"
0 commit comments