mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix spelling of "lookup" across docs and src comments
PR #38273 by @colinrymer
This commit is contained in:
parent
3c53e2f8ea
commit
893b4e9116
4 changed files with 4 additions and 4 deletions
|
@ -690,7 +690,7 @@ def main():
|
|||
uuid = get_vm_uuid(module, p['name'])
|
||||
# Bit of a chicken and egg problem here for VMs with state == deleted.
|
||||
# If they're going to be removed in this play, we have to lookup the
|
||||
# uuid. If they're already deleted there's nothing to looup.
|
||||
# uuid. If they're already deleted there's nothing to lookup.
|
||||
# So if state == deleted and get_vm_uuid() returned '', the VM is already
|
||||
# deleted and there's nothing else to do.
|
||||
if uuid is None and vm_state == 'deleted':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue