Install latest Ansible on Ubuntu
Steps to get the latest version of Ansible installed on Ubuntu or any Ubuntu variant. In my case Kubuntu 18.04.1. danesh@hades:~$ sudo apt-get update danesh@hades:~$ sudo apt-get install software-properties-common danesh@hades:~$ sudo apt-add-repository ppa:ansible/ansible danesh@hades:~$ sudo apt-get update danesh@hades:~$ sudo apt-get install ansible danesh@hades:~$ ansible --version ansible 2.6.2 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/danesh/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/dist-packages/ansible executable location = /usr/bin/ansible python version = 2....