diff options
Diffstat (limited to 'chaos-at-home/ch-epimetheus.yml')
-rw-r--r-- | chaos-at-home/ch-epimetheus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos-at-home/ch-epimetheus.yml b/chaos-at-home/ch-epimetheus.yml index 105426be..66fd2dc6 100644 --- a/chaos-at-home/ch-epimetheus.yml +++ b/chaos-at-home/ch-epimetheus.yml @@ -37,7 +37,7 @@ #!/bin/bash set -e - {% for name, volume in luks_volumes.items() %} + {% for name, volume in luks_volumes.items() %} echo -e "opening crypto volume: \033[1;37m{{ name }}\033[0m" cryptsetup luksOpen '{{ volume.device }}' '{{ name }}' {% endfor %} |