corevm_ssh_key is a var
This commit is contained in:
parent
f06535c6d5
commit
b6c8ad9ec4
@ -121,7 +121,7 @@
|
||||
- name: Add extra authorized_key for soleil
|
||||
ansible.posix.authorized_key:
|
||||
user: "{{ item }}"
|
||||
key: corevm_ssh_key
|
||||
key: "{{ corevm_ssh_key }}"
|
||||
with_items:
|
||||
- "{{ users }}"
|
||||
- name: Configure SSHD
|
||||
|
Loading…
Reference in New Issue
Block a user