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
|
- name: Add extra authorized_key for soleil
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: "{{ item }}"
|
user: "{{ item }}"
|
||||||
key: corevm_ssh_key
|
key: "{{ corevm_ssh_key }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ users }}"
|
- "{{ users }}"
|
||||||
- name: Configure SSHD
|
- name: Configure SSHD
|
||||||
|
Loading…
Reference in New Issue
Block a user