# Ansible Fails at Copy project template

**URL:** https://discourse.roots.io/t/ansible-fails-at-copy-project-template/9803
**Category:** trellis
**Tags:** ansible
**Created:** 2017-06-14T00:35:45Z
**Posts:** 18
**Showing post:** 17 of 18

## Post 17 by @fullyint — 2017-06-17T00:42:02Z

I agree with the output:

> `Please verify ... you have SSH forwarding set up correctly.`  
> `More info:`  
> `https://roots.io/trellis/docs/ssh-keys/#cloning-remote-repo-using-ssh-agent-forwarding`

As the listed link mentions,

- ensure that your ssh key is added to your ssh agent
  - list currently added keys: `ssh-add -l`
  - add keys: `ssh-add`

- and — since you’re on MacOS — ensure the key’s password is imported into your Keychain: `ssh-add -K`

In addition, if you’re on MacOS Sierra, be sure your ssh agent isn’t “forgetting” your keys:

- [more info](https://apple.stackexchange.com/a/264974)
- [and more info](https://developer.apple.com/library/content/technotes/tn2449/_index.html)

---

_[View the full topic](https://discourse.roots.io/t/ansible-fails-at-copy-project-template/9803)._
