Docker install fails on Ubuntu 22.04
Fails with the error
ERROR! couldn't resolve module/action 'ansible.builtin.deb822_repository'.
Fails with the error
ERROR! couldn't resolve module/action 'ansible.builtin.deb822_repository'.
assigned to @jamesps
The error does not occur on Ubuntu 24.04
It looks like this is due to the version of ansible shipped with each release.
ansible.builtin.deb822_repository
was not added until ansible v2.15 but Ubuntu 22.04 ships with v2.10.8
apt_repository is not idempotent: https://github.com/ansible/ansible/issues/61420
This functionality will NOT be added upstream: https://github.com/ansible/ansible/issues/82822
deb822_repository is recommended for apt source management.
docker-install
to address this issue created branch docker-install
to address this issue