*I have one template file like that:*
...
ErrorDocument 403 /customerror/$403_error_page
...

*For ansible 1.4, I change the template to:*
...
ErrorDocument 403 /customerror/{{ 403_error_page }}
...

*Then I got the error:*
fatal: [192.168.126.143] => {'msg': "file: 
/home/playbooks/templates/conf/mod.conf, line number: 15, error: unexpected 
char u'_' at 483", 'failed': True}
fatal: [192.168.126.143] => {'msg': 'One or more items failed.', 'failed': 
True, 'changed': False, 'results': [{'msg': "file: 
/home//playbooks/templates/conf/mod.conf, line number: 15, error: 
unexpected char u'_' at 483", 'failed': True}]}

Who knows the reason? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to