From 3bb3629a39c46b96ed2e84ec10112ad2fac762a0 Mon Sep 17 00:00:00 2001 From: Tamas Plugor Date: Tue, 24 Sep 2024 02:05:08 +0000 Subject: [PATCH] fix linting --- .../adapters/gnmic/prometheus-grafana-demo/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/telemetry/adapters/gnmic/prometheus-grafana-demo/index.md b/docs/telemetry/adapters/gnmic/prometheus-grafana-demo/index.md index c3fe52b..13e3009 100644 --- a/docs/telemetry/adapters/gnmic/prometheus-grafana-demo/index.md +++ b/docs/telemetry/adapters/gnmic/prometheus-grafana-demo/index.md @@ -99,15 +99,17 @@ Our environment should look as the following: Now we're ready to access Grafana at http://myserver:3001 (arista/arista) -To add configurations to the switches, such as configuring EVPN, we can use the clab-om-avd container and run the Ansible playbook inside.: +To add configurations to the switches, such as configuring EVPN, we can use the clab-om-avd +container and run the Ansible playbook inside.: -``` +```shell docker exec -it clab-om-avd zsh cd project ansible-playbook playbooks/fabric-deploy-config.yaml -i inventory.yaml ``` -> NOTE You might need to create the avd user on the host if it doesn't exist, otherwise the container won't be able to create files. +> NOTE You might need to create the avd user on the host if it doesn't exist, otherwise the +container won't be able to create files. ```shell useradd avd