configurer venv


sudo apt install virtualenv    
virtualenv -p /usr/bin/python3 venv  
source venv/bin/activate  
pip install ansible==2.9