From c2015c2680ac75c65f4b7779df94aa8e84b8ce2e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Feb 2020 13:30:12 +0000 Subject: [PATCH] Remove redis --- tasks/dabapps.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index 2196615..4a64777 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -10,15 +10,6 @@ - 'mercurial' - 'ngrok' - 'python-aws-mfa' - - 'redis' - - -- name: "Enable redis" - systemd: - name: "redis" - enabled: true - state: started - - name: "Clone DabApps Dotfiles" git: @@ -37,7 +28,6 @@ state: link force: true - - name: Enable strip mercurial extension ini_file: path: "{{ home }}/.hgrc" @@ -46,7 +36,6 @@ value: "" mode: 0644 - - name: Enable strip mercurial extension ini_file: path: "{{ home }}/.hgrc"