Back to articles
January 18, 2025

ansible install on ubuntu

Add ppa repo for ansible install on ubuntu

sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
Loading comments...