From 404d471fc3e02ddc5c4c3078e20f186d6203d1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20=C5=A0teflov=C3=A1=20Petrov=C3=A1?= Date: Fri, 8 Nov 2024 15:23:08 +0100 Subject: [PATCH] Fix capitalization for 'Ansible module' (#3434) (cherry picked from commit 64bd60f842233db494d32f8fc93acc31920e6af9) --- guides/common/modules/proc_registering-a-host.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_registering-a-host.adoc b/guides/common/modules/proc_registering-a-host.adoc index 1de54ecb8e..9160a3e910 100644 --- a/guides/common/modules/proc_registering-a-host.adoc +++ b/guides/common/modules/proc_registering-a-host.adoc @@ -82,7 +82,7 @@ For more information, see the Hammer CLI help with `hammer host-registration gen .Ansible procedure * Use the `{ansible-namespace}.registration_command` module. -For more information, see the Ansible Module documentation with `ansible-doc {ansible-namespace}.registration_command`. +For more information, see the Ansible module documentation with `ansible-doc {ansible-namespace}.registration_command`. .API procedure * Use the `POST /api/registration_commands` resource.