ssh authorized_keys is not part of this role

This commit is contained in:
Denis Knauf 2024-11-24 22:15:48 +01:00
parent 55572b9486
commit 36dfabc9e1

View file

@ -10,8 +10,3 @@
createhome: yes
move_home: yes
append: yes
- name: 'user-defined authorized_keys'
with_items: '{{sys_default_users}}'
ansible.posix.authorized_key:
user: '{{item.name}}'