Change root

This commit is contained in:
Alex 2020-07-12 18:34:24 +02:00
parent f912a05ad0
commit 7ebbd63929
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 8 additions and 0 deletions

View File

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