Skip to content
Snippets Groups Projects
Commit 46e5073b authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Fix yamllint

parent 166cf4d2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
- name: Add Docker GPG key to APT
apt_key:
url: https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg
when: ansible_os_family == "Debian"
when: ansible_os_family == "Debian"
- name: Add Docker repo to APT repositories for x86_64 architecture
apt_repository:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment