From b6c8ad9ec40528331d6427f2d48616b091330f37 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 21 Jul 2023 18:17:46 +0530 Subject: [PATCH] corevm_ssh_key is a var --- all/playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all/playbook.yaml b/all/playbook.yaml index 1019ee9..be3c003 100644 --- a/all/playbook.yaml +++ b/all/playbook.yaml @@ -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