We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eedb990 + 51d20d7 commit cdacf78Copy full SHA for cdacf78
molecule/gitlab_runner/converge.yml
@@ -7,14 +7,6 @@
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