Fix CI issue with missing Python's packaging module
CI is failing with
TASK [onionprobe : installation | pip | Install onionprobe package] ************
An exception occurred during task execution. To see the full traceback, use -vvv.
The error was: ModuleNotFoundError: No module named 'packaging'
fatal: [single-pip]: FAILED! => {
"changed": false,
"msg": "Failed to import the required Python library (packaging) on
runner-2s-xnjz-project-3086-concurrent-1's Python /usr/local/bin/python3.13.
Please read the module documentation and install it in the appropriate location.
If the required library is installed, but Ansible is using the wrong Python interpreter,
please consult the documentation on ansible_python_interpreter"
}
This merge request attempts to fix that.
Edited by Silvio Rhatto