diff options
| author | spmfox <spmfox@foxwd.com> | 2025-07-30 18:19:35 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-07-30 18:19:35 -0400 |
| commit | 073042cae96e01a5e5ecbe434f00ef3ebf86e9b8 (patch) | |
| tree | dcd14640b3fb6d826a09ea1c5ae20e6d836f8ce2 /vm-delete.yml | |
| parent | 167b3da9926db3a4f507533427b72933c008dee6 (diff) | |
Diffstat (limited to 'vm-delete.yml')
| -rw-r--r-- | vm-delete.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm-delete.yml b/vm-delete.yml index e117326..842b6a8 100644 --- a/vm-delete.yml +++ b/vm-delete.yml @@ -46,7 +46,7 @@ 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) - name: Import libvirt role to undefine VM ansible.builtin.include_role: |
