Answers for "install ansible on ubuntu 20.04"

2

install ansible on ubuntu 20.04

$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible
Posted by: Guest on June-09-2021

Code answers related to "install ansible on ubuntu 20.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language