Skip to content

Instantly share code, notes, and snippets.

@vkurup
Last active October 14, 2017 01:36
Show Gist options
  • Save vkurup/fdd49ff4d3fdf6cae636803d00dff921 to your computer and use it in GitHub Desktop.
Save vkurup/fdd49ff4d3fdf6cae636803d00dff921 to your computer and use it in GitHub Desktop.
Failed run
TASK [tequila-django : upload github key] ******************************************************************************************************************************************************************
task path: /home/vkurup/dev/epicallieshq/deployment/roles/tequila-django/tasks/main.yml:74
ok: [staging] => {
"changed": false,
"checksum": "838396e7a90480edfd99021278843b6b2ee9d0cf",
"diff": {
"after": {
"path": "/home/epicallieshq/.ssh/github"
},
"before": {
"path": "/home/epicallieshq/.ssh/github"
}
},
"failed": false,
"gid": 1014,
"group": "epicallieshq",
"invocation": {
"module_args": {
"attributes": null,
"backup": null,
"content": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"delimiter": null,
"dest": "/home/epicallieshq/.ssh/github",
"diff_peek": null,
"directory_mode": null,
"follow": false,
"force": false,
"group": "epicallieshq",
"mode": "600",
"original_basename": "tmp713IGi",
"owner": "epicallieshq",
"path": "/home/epicallieshq/.ssh/github",
"recurse": false,
"regexp": null,
"remote_src": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "tmp713IGi",
"state": "file",
"unsafe_writes": null,
"validate": null
}
},
"mode": "0600",
"owner": "epicallieshq",
"path": "/home/epicallieshq/.ssh/github",
"size": 3247,
"state": "file",
"uid": 1014
}
TASK [tequila-django : checkout latest project source] *****************************************************************************************************************************************************
task path: /home/vkurup/dev/epicallieshq/deployment/roles/tequila-django/tasks/main.yml:83
fatal: [staging]: FAILED! => {
"changed": false,
"cmd": [
"/usr/bin/git",
"fetch",
"--tags",
"origin"
],
"failed": true,
"invocation": {
"module_args": {
"accept_hostkey": false,
"archive": null,
"bare": false,
"clone": true,
"depth": null,
"dest": "/var/www/epicallieshq/src",
"executable": null,
"force": true,
"key_file": "",
"recursive": true,
"reference": null,
"refspec": null,
"remote": "origin",
"repo": "git@github.com:caktus/epicallieshq.git",
"ssh_opts": "-o StrictHostKeyChecking=no",
"track_submodules": false,
"umask": null,
"update": true,
"verify_commit": false,
"version": "develop"
}
},
"msg": "Failed to download remote objects and refs: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment