changed variable structure

This commit is contained in:
2023-06-03 02:41:34 +02:00
parent 814eeca218
commit 6c88689a5b
16 changed files with 140 additions and 159 deletions

View File

@@ -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') }}"