Commit fe0e4f27 by Brian Coca

Merge pull request #12584 from amenonsen/fixups

Remove an unwanted FIXME annotation
ok, confirmed we don't want to support it 
parents 6c190aa8 93515468
......@@ -288,8 +288,7 @@ class InventoryParser(object):
# Note that we decide whether or not to create a Host based solely on
# the (non-)existence of its hostname in self.hosts. This means that one
# cannot add both "foo:22" and "foo:23" to the inventory. This behaviour
# is preserved for now, but this may be an easy FIXME.
# cannot add both "foo:22" and "foo:23" to the inventory.
for hn in hostnames:
if hn not in self.hosts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment