Remove redis
This commit is contained in:
parent
995f03a29d
commit
c2015c2680
1 changed files with 0 additions and 11 deletions
|
@ -10,15 +10,6 @@
|
||||||
- 'mercurial'
|
- 'mercurial'
|
||||||
- 'ngrok'
|
- 'ngrok'
|
||||||
- 'python-aws-mfa'
|
- 'python-aws-mfa'
|
||||||
- 'redis'
|
|
||||||
|
|
||||||
|
|
||||||
- name: "Enable redis"
|
|
||||||
systemd:
|
|
||||||
name: "redis"
|
|
||||||
enabled: true
|
|
||||||
state: started
|
|
||||||
|
|
||||||
|
|
||||||
- name: "Clone DabApps Dotfiles"
|
- name: "Clone DabApps Dotfiles"
|
||||||
git:
|
git:
|
||||||
|
@ -37,7 +28,6 @@
|
||||||
state: link
|
state: link
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
|
|
||||||
- name: Enable strip mercurial extension
|
- name: Enable strip mercurial extension
|
||||||
ini_file:
|
ini_file:
|
||||||
path: "{{ home }}/.hgrc"
|
path: "{{ home }}/.hgrc"
|
||||||
|
@ -46,7 +36,6 @@
|
||||||
value: ""
|
value: ""
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
|
||||||
- name: Enable strip mercurial extension
|
- name: Enable strip mercurial extension
|
||||||
ini_file:
|
ini_file:
|
||||||
path: "{{ home }}/.hgrc"
|
path: "{{ home }}/.hgrc"
|
||||||
|
|
Loading…
Reference in a new issue