From 93515468c456b53d2dd7edc4bee1dcefc32c82bf Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 1 Oct 2015 06:56:29 +0530 Subject: [PATCH] Remove an unwanted FIXME annotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jimi|ansible: do you think it should be possible to add both foo:22 and foo:23 to the inventory? no …so we don't want an invitation to FIXME. --- lib/ansible/inventory/ini.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/inventory/ini.py b/lib/ansible/inventory/ini.py index cd1a320531e..040073237a6 100644 --- a/lib/ansible/inventory/ini.py +++ b/lib/ansible/inventory/ini.py @@ -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: