Misc typo fixes in function docs (#43779)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
68e6587748
commit
ce7eecd782
3 changed files with 3 additions and 3 deletions
|
@ -475,7 +475,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
||||||
# Composed variables
|
# Composed variables
|
||||||
self._set_composite_vars(self.get_option('compose'), host, hostname, strict=strict)
|
self._set_composite_vars(self.get_option('compose'), host, hostname, strict=strict)
|
||||||
|
|
||||||
# Complex groups based on jinaj2 conditionals, hosts that meet the conditional are added to group
|
# Complex groups based on jinja2 conditionals, hosts that meet the conditional are added to group
|
||||||
self._add_host_to_composed_groups(self.get_option('groups'), host, hostname, strict=strict)
|
self._add_host_to_composed_groups(self.get_option('groups'), host, hostname, strict=strict)
|
||||||
|
|
||||||
# Create groups based on variable values and add the corresponding hosts to it
|
# Create groups based on variable values and add the corresponding hosts to it
|
||||||
|
|
|
@ -70,7 +70,7 @@ from ansible.utils.vars import combine_vars
|
||||||
|
|
||||||
|
|
||||||
class InventoryModule(BaseInventoryPlugin, Constructable):
|
class InventoryModule(BaseInventoryPlugin, Constructable):
|
||||||
""" constructs groups and vars using Jinaj2 template expressions """
|
""" constructs groups and vars using Jinja2 template expressions """
|
||||||
|
|
||||||
NAME = 'constructed'
|
NAME = 'constructed'
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ from itertools import product
|
||||||
|
|
||||||
|
|
||||||
class InventoryModule(BaseInventoryPlugin):
|
class InventoryModule(BaseInventoryPlugin):
|
||||||
""" constructs groups and vars using Jinaj2 template expressions """
|
""" constructs groups and vars using Jinja2 template expressions """
|
||||||
|
|
||||||
NAME = 'generator'
|
NAME = 'generator'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue