From 585ea31cc0792b9ba424f7eb1de62b04fdcc4d4f Mon Sep 17 00:00:00 2001 From: Pranit Shah <11985324+pranitsh@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:01:58 -0500 Subject: [PATCH] Fix typo in console log message for Ansible check --- topics/ansible/basic/helloworld/ansible-helloworld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/ansible/basic/helloworld/ansible-helloworld.sh b/topics/ansible/basic/helloworld/ansible-helloworld.sh index 79f412f..569996e 100755 --- a/topics/ansible/basic/helloworld/ansible-helloworld.sh +++ b/topics/ansible/basic/helloworld/ansible-helloworld.sh @@ -13,7 +13,7 @@ check_tool_exist() { fi } -console_log "Checking if Ansile is installed" +console_log "Checking if Ansible is installed" check_tool_exist console_log "Checking Ansible version"