From fe389efa53ca3784d20d50ab67d5f600710fdbc5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Mar 2019 09:00:50 +0000 Subject: [PATCH] Install ngrok on work machines --- tasks/dabapps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index 261f3d5..75dc424 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -7,6 +7,8 @@ when: "item not in installed_packages.stdout_lines" with_items: - 'redis' + - 'ngrok' + - service: name: "redis"