Remove redis

This commit is contained in:
Jake Howard 2020-02-14 13:30:12 +00:00
parent 995f03a29d
commit c2015c2680
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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"