mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in inventory API test script.
This commit is contained in:
parent
7788dea238
commit
30c019447b
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue