From 18c328be1a1a8502c956e85e01c01b7a9ff49042 Mon Sep 17 00:00:00 2001 From: spmfox Date: Sun, 25 Jun 2023 16:42:49 -0400 Subject: updating documentation, only do guest-configuration when root password or ssh key are defined --- vm-create.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'vm-create.yml') diff --git a/vm-create.yml b/vm-create.yml index 4aac513..631dd24 100644 --- a/vm-create.yml +++ b/vm-create.yml @@ -76,3 +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) -- cgit