From 073042cae96e01a5e5ecbe434f00ef3ebf86e9b8 Mon Sep 17 00:00:00 2001 From: spmfox Date: Wed, 30 Jul 2025 18:19:35 -0400 Subject: changed ssh-key to ssh-keys, now supports adding multiple keys --- vm-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm-create.yml') diff --git a/vm-create.yml b/vm-create.yml index 631dd24..384fa78 100644 --- a/vm-create.yml +++ b/vm-create.yml @@ -76,4 +76,4 @@ apply: tags: guest-configure tags: guest-configure - when: (ssh_key is defined and ssh_key | length > 0) or (root_password is defined and root_password | length > 0) + when: (ssh_keys is defined and ssh_keys | length > 0) or (root_password is defined and root_password | length > 0) -- cgit