summaryrefslogtreecommitdiff
path: root/dan/sk-tomnext.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/sk-tomnext.yml')
-rw-r--r--dan/sk-tomnext.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dan/sk-tomnext.yml b/dan/sk-tomnext.yml
index 5d72770d..5b90526b 100644
--- a/dan/sk-tomnext.yml
+++ b/dan/sk-tomnext.yml
@@ -25,8 +25,10 @@
set -e
{% for name, volume in cryptdisk_volumes.items() %}
+ echo -e "opening crypto volume: \033[1;37m{{ name }}\033[0m"
cryptsetup luksOpen '{{ volume.device }}' '{{ name }}'
{% endfor %}
+
systemctl restart zfs-import-cache.service
systemctl restart zfs-mount.service
systemctl restart zfs-share.service