From 7fb9dbf2bd66f0c8368a2d59bbd03a740b8da6f2 Mon Sep 17 00:00:00 2001 From: Figrol <37486360+Figrol@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:06:36 +0100 Subject: [PATCH] Corrected spelling of word (#2306) Corrected spelling of the word to SUMMARY Small spelling mistake the current word of "ton" does not make sense and assume it should be "to". ISSUE TYPE Docs Pull Request COMPONENT NAME Doc spelling correction ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Bikouo Aubin --- plugins/modules/ec2_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/ec2_instance.py b/plugins/modules/ec2_instance.py index 639ee189fd..95269c4340 100644 --- a/plugins/modules/ec2_instance.py +++ b/plugins/modules/ec2_instance.py @@ -82,7 +82,7 @@ callback (Linux only). - For Windows instances, to enable remote access via Ansible set O(aap_callback.windows) to V(true), and optionally set an admin password. - - If using O(aap_callback.windows) and O(aap_callback.set_password), callback ton Ansible Automation Platform will not + - If using O(aap_callback.windows) and O(aap_callback.set_password), callback to Ansible Automation Platform will not be performed but the instance will be ready to receive winrm connections from Ansible. - Mutually exclusive with O(user_data). type: dict