mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update __init__.py
Just guessin, but is this how it is supposed to read?
This commit is contained in:
@@ -113,7 +113,7 @@ class Inventory(object):
|
|||||||
self.parser = None
|
self.parser = None
|
||||||
|
|
||||||
# Always create the 'all' and 'ungrouped' groups, even if host_list is
|
# 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')
|
ungrouped = Group('ungrouped')
|
||||||
all = Group('all')
|
all = Group('all')
|
||||||
|
|||||||
Reference in New Issue
Block a user