Skip to content

Commit 9cfa97f

Browse files
committed
improve(docker): use multiline
1 parent 647c9f0 commit 9cfa97f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ansible/roles/docker/tasks/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141

4242
- name: "Ajoute le dépôt de Docker"
4343
ansible.builtin.apt_repository:
44-
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
44+
repo: >-
45+
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg]
46+
https://download.docker.com/linux/{{ ansible_distribution | lower }}
47+
{{ ansible_distribution_release }} stable
4548
state: present
4649
filename: docker-{{ ansible_distribution_release }}
4750
become: true

0 commit comments

Comments
 (0)