mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
Many typo fixes (#7429)
This commit is contained in:
parent
f4d8168131
commit
e556abb56b
46 changed files with 66 additions and 66 deletions
|
@ -142,7 +142,7 @@ class Imgadm(object):
|
|||
self.uuid = module.params['uuid']
|
||||
|
||||
# Since there are a number of (natural) aliases, prevent having to look
|
||||
# them up everytime we operate on `state`.
|
||||
# them up every time we operate on `state`.
|
||||
if self.params['state'] in ['present', 'imported', 'updated']:
|
||||
self.present = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue