corevm_ssh_key is a var

This commit is contained in:
Arya 2023-07-21 18:17:46 +05:30
parent f06535c6d5
commit b6c8ad9ec4
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -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