@cryptotaxi247 / netdata-1 / commits / ff1708237

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

Víctor Oriol i Aguilar committed Nov 14, 2020 at 15:38 UTC ff1708237d10437f13913ca5493b0530d68a34a3
1 file changed +2 -2
docs/guides/deploy/ansible.md
+2 -2
@@ -52,14 +52,14 @@ current directory, and remove the rest of the cloned repository, as it's not req
52
53 ```bash
54 git clone https://github.com/netdata/community.git
55 -mv community/configuration-management/ansible .
55 +mv community/netdata-agent-deployment/ansible-quickstart .
56 rm -rf community
57 ```
58
59 Next, `cd` into the Ansible directory.
60
61 ```bash
62 -cd ansible
62 +cd ansible-quickstart
63 ```
64
65 ### Edit the `hosts` file