mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Fixes typo of dicionaries to dictionaries (#53505)
This commit is contained in:
parent
3bc474bf99
commit
f08a26d77b
2 changed files with 3 additions and 3 deletions
|
@ -166,8 +166,8 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||
def _get_all_hosts(self, regions, instance_filters, cluster_filters, strict, statuses, gather_clusters=False):
|
||||
'''
|
||||
:param regions: a list of regions in which to describe hosts
|
||||
:param instance_filters: a list of boto3 filter dicionaries
|
||||
:param cluster_filters: a list of boto3 filter dicionaries
|
||||
:param instance_filters: a list of boto3 filter dictionaries
|
||||
:param cluster_filters: a list of boto3 filter dictionaries
|
||||
:param strict: a boolean determining whether to fail or ignore 403 error codes
|
||||
:param statuses: a list of statuses that the returned hosts should match
|
||||
:return A list of host dictionaries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue