summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVĂ­ctor Oriol i Aguilar <vkoriol@gmail.com>2020-11-14 15:38:09 +0100
committerGitHub <noreply@github.com>2020-11-14 07:38:09 -0700
commitff1708237d10437f13913ca5493b0530d68a34a3 (patch)
tree16a229bc79cb97030800c47be796551c9c7ec57d /docs
parent3f647c30d85d9d0694b9876c7913bee0dacbed62 (diff)
Update ansible.md (#10232)
* Update ansible.md the ansible path is not community/configuration-management/ansible, seems to be: netdata-agent-deployment/ansible-quickstart/ * update ansible-quickstart path
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