From 3236ec9d4b89c987656c423924d088586c86f4a6 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 14 Mar 2024 10:04:22 +0100 Subject: [PATCH] Fix spelling error --- docs/en/observability/ci-cd-observability.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/ci-cd-observability.asciidoc b/docs/en/observability/ci-cd-observability.asciidoc index 4ff8f6201b..40f77fbd44 100644 --- a/docs/en/observability/ci-cd-observability.asciidoc +++ b/docs/en/observability/ci-cd-observability.asciidoc @@ -429,7 +429,7 @@ image::images/ansible-service-map.png[Ansible service map view] The Ansible OpenTelemetry plugin integration supports Ansible AWX/Tower. To enable it, follow these steps. AWX requires an Execution Environment with the Ansible and Python packages installed. -You can use the https://www.ansible.com/blog/introduction-to-ansible-builder[Absible Builder CLI tool] to create the container definition. +You can use the https://www.ansible.com/blog/introduction-to-ansible-builder[Ansible Builder CLI tool] to create the container definition. Then upload the container to an image repository accessible by AWX and define an Execution Environment using the container you created. To inject the environment variables and service details, use custom credential types and assign the credentials to the Playbook template.