Sfoglia il codice sorgente

var name ssh_authorized_keys

master
Markus Katharina Brechtel 7 anni fa
parent
commit
8af819f9e0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Vedi File

@@ -61,7 +61,7 @@
owner: "{{ item }}"
group: "{{ item }}"
with_items: "{{ users.keys() }}"
when: users[item].authorized_keys is defined
when: users[item].ssh_authorized_keys is defined

- name: check if systemd lingering is enabled
stat:


Loading…
Annulla
Salva