-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
ansible/ansible
#25323Labels
Description
Hi,
This is a support question (or feature request), rather than error report but how can I create structure like:
<error-page> <error-code>404</error-code> <location>/error/404.html</location> </error-page> <error-page> <error-code>500</error-code> <location>/error/500.html</location> </error-page>
I have tried several ideas from with_items lists to add_children, but I was not able to crate such structure. I am using latest Ansible with latest xml library that is available here.
Thank you in advance!