# No data received when trying to load site after ansible playbook command

**URL:** https://discourse.roots.io/t/no-data-received-when-trying-to-load-site-after-ansible-playbook-command/5580
**Category:** trellis
**Created:** 2015-12-26T10:31:56Z
**Posts:** 19
**Showing post:** 18 of 19

## Post 18 by @fullyint — 2016-01-02T01:25:32Z

@Jonathan See if [discourse#4523](https://discourse.roots.io/t/trellis-deploy-copy-project-local-files-what-is-this-telling-me/4523) helps (make sure your theme is on remote server, update your rsync version, and deal with `subtree` variable if necessary). I’m not sure which version of Trellis you are using, so note that since that thread, the `subtree` variable was renamed `subtree_path` on [Sep 6, 2015](https://github.com/roots/trellis/pull/329), then `repo_subtree_path` on [Dec 29, 2015](https://github.com/roots/trellis/pull/451).

See also [discourse#4029](https://discourse.roots.io/t/ansible-deploy-rsync-interrupted/4029/4)

If your Trellis version is as new as [Dec 28, 2015](https://github.com/roots/trellis/pull/313) and [roots/trellis#454](https://github.com/roots/trellis/pull/454) hasn’t yet been merged, you could see if it helps to edit your `hosts/development` file:

```
- 127.0.0.1
+ 127.0.0.1 ansible_connection=local
```

---

_[View the full topic](https://discourse.roots.io/t/no-data-received-when-trying-to-load-site-after-ansible-playbook-command/5580)._
