ara icon indicating copy to clipboard operation
ara copied to clipboard

Ara plugin doesn't work on Ubuntu22.04

Open kemopq opened this issue 1 year ago • 3 comments

What is the issue ?

I installed ara according to instructions in https://ara.recordsansible.org/ (with an api server). When I run ansible playbook, the callback function failed. I got the warning: [WARNING]: Skipping callback 'ara_default', unable to load due to: The 'ansible_base' distribution was not found and is required by the application

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy

$ python3 --version Python 3.10.6

$ ansible --version ansible [core 2.14.5] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/kpog/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible ansible collection location = /home/kpog/.ansible/collections:/usr/share/ansible/collections executable location = /usr/local/bin/ansible python version = 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] (/usr/bin/python3) jinja version = 3.0.3 libyaml = True

$ ara --version ara 1.6.1

I made the same procedure on Ubuntu 20.04 and it works without any problems.

$ lsb_release -a LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal

$ python3 --version Python 3.8.10

$ ansible --version ansible [core 2.12.10] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/ansible/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible ansible collection location = /home/ansible/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.8.10 (default, Mar 13 2023, 10:26:41) [GCC 9.4.0] jinja version = 2.10.1 libyaml = True

$ ara --version ara 1.6.1

What should be happening ?

It should work on Ubuntu22.04 the same as on Ubuntu20.04

kemopq avatar May 09 '23 14:05 kemopq