Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs-integration: Install python modules using pip #54

Merged

Commits on Feb 15, 2024

  1. 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.
    anoopcs9 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    04db3db View commit details
    Browse the repository at this point in the history