Sfoglia il codice sorgente

Remove stray + prefix in sudoers file.

Carl Meyer 8 anni fa
parent
commit
b93deb9411
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      roles/common/templates/sudoers.j2

+ 1
- 1
roles/common/templates/sudoers.j2 Vedi File

@@ -1 +1 @@
1
-+{{ main_user_name }} ALL=(ALL) NOPASSWD: ALL
1
+{{ main_user_name }} ALL=(ALL) NOPASSWD: ALL

Loading…
Annulla
Salva