summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/deploy/ansible.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/deploy/ansible.md b/docs/guides/deploy/ansible.md
index d62c22e710..887ba5e07a 100644
--- a/docs/guides/deploy/ansible.md
+++ b/docs/guides/deploy/ansible.md
@@ -52,14 +52,14 @@ current directory, and remove the rest of the cloned repository, as it's not req
```bash
git clone https://github.com/netdata/community.git
-mv community/configuration-management/ansible .
+mv community/netdata-agent-deployment/ansible-quickstart .
rm -rf community
```
Next, `cd` into the Ansible directory.
```bash
-cd ansible
+cd ansible-quickstart
```
### Edit the `hosts` file