mondyjosh / ansible

Workstation configuration for mondyjosh, powered by Ansible!
Other
1 stars 0 forks source link

Remote repository-dependent tasks failing #8

Open mondyjosh opened 2 months ago

mondyjosh commented 2 months ago

Attempting to run the playbook results in errors like the following:

TASK [neovim : Neovim | Clone Nightly] *********************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/usr/bin/git ls-remote git@github.com:neovim/neovim.git -h refs/heads/nightly", "msg": "git@github.com: 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.", "rc": 128, "stderr": "git@github.com: 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", "stderr_lines": ["git@github.com: Permission denied (publickey).", "fatal: Could not read from remote repository.", "", "Please make sure you have the correct access rights", "and the repository exists."], "stdout": "", "stdout_lines": []}