aboutsummaryrefslogtreecommitdiff
path: root/vm-create.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-07-30 18:19:35 -0400
committerspmfox <spmfox@foxwd.com>2025-07-30 18:19:35 -0400
commit073042cae96e01a5e5ecbe434f00ef3ebf86e9b8 (patch)
treedcd14640b3fb6d826a09ea1c5ae20e6d836f8ce2 /vm-create.yml
parent167b3da9926db3a4f507533427b72933c008dee6 (diff)
changed ssh-key to ssh-keys, now supports adding multiple keysHEADmain
Diffstat (limited to 'vm-create.yml')
-rw-r--r--vm-create.yml2
1 files changed, 1 insertions, 1 deletions
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)