Skip to content

Fix ansible roles dependencies#14303

Merged
jan-cerny merged 1 commit intoComplianceAsCode:masterfrom
ggbecker:fix-ansible-role-dependencies
Jan 14, 2026
Merged

Fix ansible roles dependencies#14303
jan-cerny merged 1 commit intoComplianceAsCode:masterfrom
ggbecker:fix-ansible-role-dependencies

Conversation

@ggbecker
Copy link
Member

Description:

  • Fix ansible roles dependencies

Rationale

  • The roles in this case are actually collections. Another way to make this work would be to list explicitly the roles required, for example:
dependencies:
  - role: community.general.ini_file
  - role: ansible.posix.firewalld
  - role: ansible.posix.mount
  - role: ansible.posix.sysctl
  - role: ansible.posix.seboolean

@ggbecker ggbecker added this to the 0.1.80 milestone Jan 14, 2026
@ggbecker ggbecker added the Ansible Ansible remediation update. label Jan 14, 2026
@jan-cerny jan-cerny self-assigned this Jan 14, 2026
@github-actions
Copy link

ATEX Test Results

Test artifacts have been submitted to Testing Farm.

Results: View Test Results
Workflow Run: View Workflow Details

This comment was automatically generated by the ATEX workflow.

Copy link
Collaborator

@jan-cerny jan-cerny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fixes the failing gating job "Build, Lint Ansible Roles on Fedora Latest".

@jan-cerny jan-cerny merged commit 97baee4 into ComplianceAsCode:master Jan 14, 2026
140 of 142 checks passed
@jan-cerny jan-cerny mentioned this pull request Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ansible Ansible remediation update.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants