diff --git a/lib/ansible/inventory/ini.py b/lib/ansible/inventory/ini.py index 34b3a3acb45..8c6038d40a6 100644 --- a/lib/ansible/inventory/ini.py +++ b/lib/ansible/inventory/ini.py @@ -313,8 +313,8 @@ class InventoryParser(object): @staticmethod def _parse_value(v): ''' - Does something with something and returns something. Not for mere - mortals such as myself to interpret. + Attempt to transform the string value from an ini file into a basic python object + (int, dict, list, unicode string, etc). ''' if "#" not in v: try: