Set correct path for ansible-playbook in deployment tutorial (#15786)
Jiří Novotný committed
Aug 10, 2023 at 14:15 UTC
51a3fee85cd199abe8e641c1f6f9cbf965d4516f
1 file changed
+1
-1
packaging/installer/methods/ansible.md
+1
-1
@@ -55,7 +55,7 @@ current directory, and remove the rest of the cloned repository, as it's not req
55
56
```bash
57
git clone https://github.com/netdata/community.git
58
-mv community/netdata-agent-deployment/ansible-quickstart .
58
+mv community/configuration-management/ansible-quickstart .
59
rm -rf community
60
```
61