Commit a7837987 by arbabnazar

rewrite the edxapp role

parent 73545e9a
#!/bin/sh
{% if EDXAPP_USE_GIT_IDENTITY %}
exec /usr/bin/ssh -o StrictHostKeyChecking=no -i {{ edxapp_git_identity }} "$@"
{% else %}
exec /usr/bin/ssh -o StrictHostKeyChecking=no "$@"
{% endif %}
\ No newline at end of file
#!/bin/sh
exec /usr/bin/ssh -o StrictHostKeyChecking=no "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment