8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
|
||
|
{% for entry in dmcrypt_targets %}
|
||
|
# {{ entry.name }}
|
||
|
target='{{ entry.target }}'
|
||
|
source='/dev/disk/by-uuid/{{ entry.source_uuid }}'
|
||
|
|
||
|
{% endfor %}
|