Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-root_user
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix ssh_authorized_keys template
master
Markus Katharina Brechtel
7 anni fa
parent
0a6c970f37
commit
fe02689ed4
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/ssh_authorized_keys.j2
+ 1
- 1
templates/ssh_authorized_keys.j2
Vedi File
@@ -1,3 +1,3 @@
{% for
key in users[item].
authorized_keys %}
{% for
key in root_ssh_
authorized_keys %}
{{ key }}
{% endfor %}