Fast install Ansible

Moki Lv6
1
2
3
4
5
sudo apt-get update && \
sudo apt-get install -yqq python3 python3-pip && \
sudo rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \
sudo pip install ansible && \
ansible --version
On this page
Fast install Ansible