100 days of Devops - Day 7 - Insatll Ansible Using pip3

Hi, I think I have installed correct version of ansible as mentioned in the question, however the evaluation says otherwise. Attached screenshots below.

Not sure what’s wrong here, any clues anyone ?

Thanks in advance !

One issue I could see is that the task says Make sure Ansible binary is available globally on this system

So the command would be

# Upgrage pip
pip3 install -U pip

#Install ansible 4.7.0
sudo pip3 install ansible==4.7.0

It worked, thanks Santosh ! :slight_smile:

hi you can follow my solution for task reference

Hello there! Hope my guide may help you.
https://github.com/JDenaro/kodekloud-engineer/blob/main/100-days-of-devops/day-08.md