PLAY [localhost] ****************************************************************************************************************************************************************************************************************************
TASK [debug] ********************************************************************************************************************************************************************************************************************************ok: [localhost] => { "msg": [ [ "host1", "host2" ], [ "host3" ] ]}
TASK [Add host] *****************************************************************************************************************************************************************************************************************************changed: [localhost] => (item=['host1', 'host2'])changed: [localhost] => (item=['host3'])ERROR! Unexpected Exception, this is probably a bug: unhashable type: 'list'TASK [print] ********************************************************************************************************************************************************************************************************************************ok: [localhost] => { "msg": { "all": [ "host1", "host2", "host3" ], "group0": [ "host1" ], "group1": [ "host2" ], "group2": [ "host3" ], "ungrouped": [] }}TASK [print] ********************************************************************************************************************************************************************************************************************************ok: [localhost] => { "msg": { "all": [ "host1", "host2", "host3" ], "group0": [ "host1",
"host2" ], "group1": [ "host3" ], "ungrouped": [] }}