You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
I am receiving the following error when performing the below task:
TASK [tomcat : Copy default server.xml to host] ********************************$HOME/.ansible/tmp/ansible-tmp-1569261149.81-273140918605445 )" && echo "$ ( echo $HOME/.ansible/tmp/ansible-tmp-1569261149.81-273140918605445 )" )'
task path: /Users/user/GIT/branch/dir/tomcat/tasks/main.yml: line number
ESTABLISH SSH CONNECTION FOR USER: user name
SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=username -o ConnectTimeout=10 -o ControlPath=/Users/user/.ansible/cp/ansible-ssh-%h-%p-%r -tt server '( umask 22 && mkdir -p "$( echo
fatal: [playbook name]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"dest": "/opt/tomcat/default/conf/", "src": "server.xml"}, "module_name": "template"}, "msg": "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 140: ordinal not in range(128)"}
My task is:
template: src=server.xml dest="{{tomcat_home}}/conf/"
when: not _custom_server_xml.stat.exists
I am running ansible 2.0.0
NOTE: we are trying to upgrade our ansible playbooks from version 1.9.4 to the latest
Any help is appreciated
The text was updated successfully, but these errors were encountered: