This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-dmcrypt_crypttab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current
master
Markus Katharina Brechtel
7 years ago
parent
76074c6b7d
commit
5b97bfa5bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/crypttab.j2
+ 1
- 1
templates/crypttab.j2
View File
@@ -1,3 +1,3 @@
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{{ cryptdev.discard | default(false) | ternary(',discard','') }}
{% endfor %}
Write
Preview
Loading…
Cancel
Save