mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
minor spelling changes
This commit is contained in:
parent
7c73e9c12e
commit
657495d13f
5 changed files with 7 additions and 7 deletions
|
@ -795,7 +795,7 @@ class Ec2Inventory(object):
|
|||
# Inventory: Group by security group
|
||||
if self.group_by_security_group and not is_redis:
|
||||
|
||||
# Check for the existance of the 'SecurityGroups' key and also if
|
||||
# Check for the existence of the 'SecurityGroups' key and also if
|
||||
# this key has some value. When the cluster is not placed in a SG
|
||||
# the query can return None here and cause an error.
|
||||
if 'SecurityGroups' in cluster and cluster['SecurityGroups'] is not None:
|
||||
|
@ -887,7 +887,7 @@ class Ec2Inventory(object):
|
|||
# Inventory: Group by security group
|
||||
if self.group_by_security_group:
|
||||
|
||||
# Check for the existance of the 'SecurityGroups' key and also if
|
||||
# Check for the existence of the 'SecurityGroups' key and also if
|
||||
# this key has some value. When the cluster is not placed in a SG
|
||||
# the query can return None here and cause an error.
|
||||
if 'SecurityGroups' in cluster and cluster['SecurityGroups'] is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue