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"