Change root
This commit is contained in:
parent
f912a05ad0
commit
7ebbd63929
|
@ -6,3 +6,11 @@
|
|||
notify: Run service actions
|
||||
tags:
|
||||
- redis
|
||||
- name: Change root to zfs pool
|
||||
replace:
|
||||
path: /etc/redis/redis.conf
|
||||
regexp: "^dir .*"
|
||||
replace: "dir {{ redis.data.path }}"
|
||||
notify: Run service actions
|
||||
tags:
|
||||
- redis
|
||||
|
|
Reference in New Issue