From 5b054a5968214ab0a89943719170e6e775c7c789 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 12 Jun 2019 09:06:11 +0200
Subject: [PATCH] ansible-playbooks/general#85 Quoting some strings

---
 tasks/install.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index 6a09228..010c66f 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -3,7 +3,7 @@
 
 - name: Apt Key
   apt_key:
-    url: https://artifacts.elastic.co/GPG-KEY-elasticsearch
+    url: 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'
     state: present
 
 - name: Apt Repository
-- 
GitLab