mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update __init__.py
Just guessin, but is this how it is supposed to read?
This commit is contained in:
parent
621c586784
commit
a4ae329465
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Inventory(object):
|
|||
self.parser = None
|
||||
|
||||
# Always create the 'all' and 'ungrouped' groups, even if host_list is
|
||||
# empty: in this case we will subsequently an the implicit 'localhost' to it.
|
||||
# empty: in this case we will subsequently add the implicit 'localhost' to it.
|
||||
|
||||
ungrouped = Group('ungrouped')
|
||||
all = Group('all')
|
||||
|
|
Loading…
Reference in a new issue