This commit is contained in:
David Lopez 2023-07-26 11:08:05 +02:00
parent 93d23cf14b
commit d4405bdb61
1 changed files with 5 additions and 4 deletions

View File

@ -3,8 +3,9 @@
vars: vars:
tasks: tasks:
- name: Set up multiple authorized keys - name: SYSTEM - Set authorized key for test_user took from file
ansible.posix.authorized_key: tags: system-user
user: deploy authorized_key:
user: "{{ user }}"
state: present state: present
key: "{{ key }}" key: "{{ key }}