# 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:** 4 of 18

## Post 4 by @fullyint — 2017-06-14T01:52:56Z

Any chance you’re using the same hostname in `hosts/production` as in `hosts/staging`? That could lead to unexpected variable values (e.g., getting the staging value for `vault_wordpress_sites` even though you specify `env=production`), as discussed in [Production server provision configures Staging envs if hosts are the same - Bug or Intention?](https://discourse.roots.io/t/production-server-provision-configures-staging-envs-if-hosts-are-the-same-bug-or-intention/6090). If so, see solutions at link.

If that is not the issue, feel free to post your `group_vars/production/wordpress_sites.yml` and unencrypted `group_vars/production/vault.yml` for review, with sensitive values masked, of course.

---

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