diff --git a/test/inventory_api.py b/test/inventory_api.py index bcde15bd3c7..1c64fda7987 100644 --- a/test/inventory_api.py +++ b/test/inventory_api.py @@ -13,7 +13,7 @@ parser.add_option('-e', '--extra-vars', default=None, dest="extra") options, args = parser.parse_args() systems = { - "ungouped": [ "jupiter", "saturn" ], + "ungrouped": [ "jupiter", "saturn" ], "greek": [ "zeus", "hera", "poseidon" ], "norse": [ "thor", "odin", "loki" ] }