Score:1

Ansible version on Ubuntu 20.04 LTS doesn't seem latest after repository set up

cn flag

At the time of writing, the current version of Ansible for Ubuntu 20.04 LTS (focal) appears to be 2.10.11-1ppa~focal

However, when I follow the steps[1] on that page and subsequently try to install, according to the documentation I seem to get a different version[2].

[1] Repository install steps

sudo add-apt-repository ppa:ansible/ansible
sudo apt-get update

[2] After apt install

$ ansible --version
ansible 2.9.6

What am I doing wrong here?

Score:2
br flag

Install ansible-base. It's a moving target atm. See Releases and maintenance.

shell> ansible --version
ansible 2.10.10

shell> dpkg -l | grep ansible-base
ii  ansible-base                          2.10.10-1ppa~focal
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.