0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-18 19:38:46 +00:00

Set correct path for ansible-playbook in deployment tutorial ()

This commit is contained in:
Jiří Novotný 2023-08-10 14:15:16 +02:00 committed by GitHub
parent cca6656649
commit 51a3fee85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ current directory, and remove the rest of the cloned repository, as it's not req
```bash ```bash
git clone https://github.com/netdata/community.git git clone https://github.com/netdata/community.git
mv community/netdata-agent-deployment/ansible-quickstart . mv community/configuration-management/ansible-quickstart .
rm -rf community rm -rf community
``` ```