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
Software (please complete the following information):
Ansible Version: 2.10.x
Role/Repo Version master
Additional context
Error.
The error appears to be in '/tmp/kitchen/ubuntu-server-cis-hardening.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: "SCORED | 3.5.4.3.4 | PATCH | Ensure default deny firewall policy | CUSTOM"
^ here
Stack with increased verbosity.
ansible-playbook 2.10.6
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.6/dist-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 3.6.9 (default, Oct 8 2020, 12:12:24) [GCC 8.4.0]
Using /etc/ansible/ansible.cfg as config file
setting up inventory plugins
host_list declined parsing /tmp/kitchen/hosts as it did not pass its verify_file() method
script declined parsing /tmp/kitchen/hosts as it did not pass its verify_file() method
auto declined parsing /tmp/kitchen/hosts as it did not pass its verify_file() method
Set default localhost to localhost
Parsed /tmp/kitchen/hosts inventory source with ini plugin
redirecting (type: modules) ansible.builtin.firewalld to community.general.firewalld
Loading collection community.general from /usr/local/lib/python3.6/dist-packages/ansible_collections/community/general
ERROR! couldn't resolve module/action 'firewalld'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/tmp/kitchen/ubuntu-server-cis-hardening.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: "SCORED | 3.5.4.3.4 | PATCH | Ensure default deny firewall policy | CUSTOM"
^ here
The text was updated successfully, but these errors were encountered:
Describe the bug
Ansible fails to locate the firewalld module/plugin due to the restructuring of the Ansible Modules by moving them into collections.
https://groups.google.com/g/ansible-project/c/eXsoOKEd0Mk/m/XTgbnPWbCAAJ?pli=1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to run
Software (please complete the following information):
Additional context
Error.
Stack with increased verbosity.
The text was updated successfully, but these errors were encountered: