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.
1 parent 647c9f0 commit 9cfa97fCopy full SHA for 9cfa97f
ansible/roles/docker/tasks/main.yml
@@ -41,7 +41,10 @@
41
42
- name: "Ajoute le dépôt de Docker"
43
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"
+ 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
48
state: present
49
filename: docker-{{ ansible_distribution_release }}
50
become: true
0 commit comments