Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-dmcrypt_crypttab
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
current
master
Markus Katharina Brechtel
7 anni fa
parent
76074c6b7d
commit
5b97bfa5bc
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/crypttab.j2
+ 1
- 1
templates/crypttab.j2
Vedi 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…
Annulla
Salva