You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed: [testf39] (item={'port': '6443', 'proto': 'tcp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"port": "6443", "proto": "tcp"}, "msg": "Failed to import the required Python library (firewall) on testf39's Python /usr/bin/python3. 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. Version 0.2.11 or newer required (0.3.9 or newer for offline operations)"}
failed: [testf39] (item={'port': '2379-2380', 'proto': 'tcp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"port": "2379-2380", "proto": "tcp"}, "msg": "Failed to import the required Python library (firewall) on testf39's Python /usr/bin/python3. 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. Version 0.2.11 or newer required (0.3.9 or newer for offline operations)"}
failed: [testf39] (item={'port': '10250', 'proto': 'tcp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"port": "10250", "proto": "tcp"}, "msg": "Failed to import the required Python library (firewall) on testf39's Python /usr/bin/python3. 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. Version 0.2.11 or newer required (0.3.9 or newer for offline operations)"}
failed: [testf39] (item={'port': '10259', 'proto': 'tcp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"port": "10259", "proto": "tcp"}, "msg": "Failed to import the required Python library (firewall) on testf39's Python /usr/bin/python3. 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. Version 0.2.11 or newer required (0.3.9 or newer for offline operations)"}
failed: [testf39] (item={'port': '10257', 'proto': 'tcp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"port": "10257", "proto": "tcp"}, "msg": "Failed to import the required Python library (firewall) on testf39's Python /usr/bin/python3. 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. Version 0.2.11 or newer required (0.3.9 or newer for offline operations)"}
failed: [testf39] (item={'port': '30000-32767', 'proto': 'tcp'}) => {"ansible_loop_var": "item", "changed": false, "item": {"port": "30000-32767", "proto": "tcp"}, "msg": "Failed to import the required Python library (firewall) on testf39's Python /usr/bin/python3. 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. Version 0.2.11 or newer required (0.3.9 or newer for offline operations)"}
The text was updated successfully, but these errors were encountered:
buckaroogeek
changed the title
ansible.posix.firewalld requires firewalld 0.2.11, latest release is v2.0.3
ansible.posix.firewalld requires firewalld 0.2.11, latest release is v2.0.2
Jan 5, 2024
SUMMARY
Using ansible.posix.firewalld in role and now getting this error:
ISSUE TYPE
COMPONENT NAME
ansible.posix.firewalld
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Fedora 39 host, fedora 39 test vm via molecule and vagrant
STEPS TO REPRODUCE
EXPECTED RESULTS
Module to modify firewalld
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: