Actions
Issue #8391
closedcouldn't resolve module/action 'firewalld
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
1:00 h
Severity:
2. Medium
Version:
Master
Platform Release:
OS:
CentOS 7
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
I was using the installer but failed with the error
TASK [pulp.pulp_installer.pulp_webserver : include_tasks] **************************************************************
fatal: [galaxyng.cos.devops.corp]: FAILED! => {"reason": "couldn't resolve module/action 'firewalld'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/home/terekcampbell/.ansible/collections/ansible_collections/pulp/pulp_installer/roles/pulp_webserver/tasks/firewalld.yml': line 22, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: Accept HTTP connections on port REPLACE ME WITH BELOW\n ^ here\n"}
RUNNING HANDLER [pulp.pulp_installer.pulp_common : Load the SELinux policy packages] ***********************************
RUNNING HANDLER [pulp.pulp_installer.pulp_common : Restore SELinux contexts on Pulp dirs that must exist] **************
RUNNING HANDLER [pulp.pulp_installer.pulp_common : Restore SELinux contexts on Pulp dirs that may exist] ***************
PLAY RECAP *************************************************************************************************************
Changing the 'firewalld' modules in pulp_webserver/tasks/firewalld.yml from "firewalld" to "ansible.posix.firewalld" resolved the issue.
Wanted to let you know to update the install accordingly.
Also note, the version I'm using of https://galaxy.ansible.com/pulp/pulp_installer was 3.10.0 but that wasn't available in the dropdown
Related issues
Actions