mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
contrib/inventory/consul_io: typo fixed in documentation (#34291)
This commit is contained in:
parent
585b3449c6
commit
6ba6c7e67c
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class ConsulInventory(object):
|
|||
self.load_data_for_node(node['Node'], datacenter)
|
||||
|
||||
def load_data_for_node(self, node, datacenter):
|
||||
'''loads the data for a sinle node adding it to various groups based on
|
||||
'''loads the data for a single node adding it to various groups based on
|
||||
metadata retrieved from the kv store and service availability'''
|
||||
|
||||
if self.config.suffixes == 'true':
|
||||
|
|
Loading…
Reference in a new issue