mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-01-12 10:14
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
key_options: "{{ item.key_options | default([]) | join(',') }}"
|
||||
path: "{{ item.keys_file | default('/etc/ssh/authorized_keys/' ~ item.name ~ '/authorized_keys') }}"
|
||||
manage_dir: False
|
||||
exclusive: True
|
||||
exclusive: "{{ item.keys_exclusive | default(True) }}"
|
||||
ignore_errors: True # Needed eg, if LDAP isn't available on first run
|
||||
loop: "{{ ssh_users }}"
|
||||
tags: ssh
|
||||
|
Reference in New Issue
Block a user