From 0d927b8dffbcafc5d5fcea88d1dfa5baf3bc9716 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:17:15 -0700 Subject: [PATCH] Fix spelling error (#3677) (#3679) (cherry picked from commit 6b689b27bfd119f58daaeeec9d64e599d010de40) Co-authored-by: Mike Place --- 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.