From 234223d1993e4878d12719a15f7032568de04082 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 24 Nov 2017 12:55:10 -0500 Subject: [PATCH] Quotes yet again --- roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 0ef8659..694edff 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -23,7 +23,7 @@ - "deb https://deb.nodesource.com/node_6.x xenial main" - "deb-src https://deb.nodesource.com/node_6.x xenial main" - name: Add Yarnpkg apt key - apt_key: url=https://dl.yarnpkg.com/debian/pubkey.gpg state=present + apt_key: url="https://dl.yarnpkg.com/debian/pubkey.gpg" state=present - name: Add Yarnpkg apt repository apt_repository: repo="deb https://dl.yarnpkg.com/debian/" stable main state=present # Note that we don't install nginx, letsencrypt, postgresql and redis here, that will be in different roles