Explorar el Código

var name ssh_authorized_keys

master
Markus Katharina Brechtel hace 7 años
padre
commit
8af819f9e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar