fatal: [node] => template error while templating string: unexpected char u'\\' at 127
Without escaping the double quotes I get a different error:
lineinfile: dest=/usr/lib/python2.7/dist-packages/horizon/templates/auth/_login.html regexp='^ </fieldset>' line=' </fieldset>{% include "banner.html" %}'
fatal: [node] => an unexpected type error occurred. Error was no loader for this environment specified
I appreciate any suggestions!
Christoph
- name: add logon banner
lineinfile:
dest: /usr/lib/python2.7/dist-packages/horizon/templates/auth/_login.html
regexp: '^ </fieldset>'
line: ' </fieldset>{% include "banner.html" %}'
TASK: [add logon banner] ******************************************************
fatal: [node11] => an unexpected type error occurred. Error was no loader for this environment specified