目次

2022.08.18

ubuntu 22.04で、kolla-ansibleを利用した時にansibleバージョンが対応してないというエラー

エラー

ERROR: Ansible version should be between 2.11 and 2.12. Current version is 2.13.3 which is not supported.

対応

古い2.12を入れてあげる

sudo apt remove ansible
sudo apt --purge autoremove

root@devhv02:~# apt list ansible-core -a
Listing... Done
ansible-core/jammy,now 2.13.3-1ppa~jammy all [installed,automatic]
ansible-core/jammy 2.12.0-1 all


apt install ansible-core=2.12.0-1