- 
                Notifications
    You must be signed in to change notification settings 
- Fork 63
Closed
Labels
Description
Hi,
I am currently trying out ansible-xml. There's one thing, I couldn't get working:
I am referencing a variable from a yml file, which contains a list of items, that are added as xml elements to my target file. That's easy... Now I would like to reference a variable, which contains a list, where each item again contains a list. I expected, that I could add two levels of nested xml elements at once, this way. Unfortunately I am receiving this error:
TypeError: Argument must be bytes or unicode, got 'list'
Is there any way to add a full xml structure at once, with add_children?
Thanks a lot in advance!!
Stefan
msheiny, o-nix and UnitedMarsupials-zz