This commit is contained in:
parent
93d23cf14b
commit
d4405bdb61
|
@ -3,8 +3,9 @@
|
|||
vars:
|
||||
|
||||
tasks:
|
||||
- name: Set up multiple authorized keys
|
||||
ansible.posix.authorized_key:
|
||||
user: deploy
|
||||
- name: SYSTEM - Set authorized key for test_user took from file
|
||||
tags: system-user
|
||||
authorized_key:
|
||||
user: "{{ user }}"
|
||||
state: present
|
||||
key: "{{ key }}"
|
||||
key: "{{ key }}
|
Loading…
Reference in New Issue