Ansible playbook to install ThoughtWorks open-source continuous delivery tool, Go. Also available on Ansible Galaxy https://galaxy.ansible.com/list#/roles/1690
The common role does not have the right permissions to create the .ssh folder, nor copy the SSH keys. The fix is the add sudo: yes to these four places in roles/common/tasks/main.yml:
The common role does not have the right permissions to create the .ssh folder, nor copy the SSH keys. The fix is the add
sudo: yes
to these four places inroles/common/tasks/main.yml
: