Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs-integration: Install python modules using pip
Very recently on CentOS Stream 8 ansible version got updated to v2.16.3 built with Python 3.12. Due to unavailability of minimum required python 3.12 modules playbook execution started to fail as follows: . . . An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleFilterError: The ipaddr filter requires python's netaddr be installed on the ansible controller fatal: [localhost]: FAILED! => {"changed": false, "msg": "AnsibleFilterError: The ipaddr filter requires python's netaddr be installed on the ansible controller"} . . . Therefore switch python module installation from RPMs to pip.
- Loading branch information