syntax error

This commit is contained in:
Bertrand Benjamin 2018-08-28 12:10:33 +02:00
parent 516e6f5ee6
commit 614e1c0a90
1 changed files with 1 additions and 2 deletions

View File

@ -18,11 +18,10 @@
- name: Add Docker apt key.
apt_key:
url: curl -fsSL https://download.docker.com/linux/debian/gpg
url: https://download.docker.com/linux/debian/gpg
id: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
state: present
register: add_repository_key
ignore_errors: "{{ docker_apt_ignore_key_error }}"
- name: Ensure curl is present (on older systems without SNI).
apt: