mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 15:27:30 +01:00
changed variable structure
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Add Authorized Keys
|
||||
ansible.posix.authorized_key:
|
||||
user: "{{ user['name'] }}"
|
||||
user: "{{ system_user_name }}"
|
||||
state: present
|
||||
key: "{{ lookup('file', 'key.pub') }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user