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

use include_role task instead of roles list to load roles #1794

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Mar 19, 2024

roles verifies the presence of roles before applying when filters, which means it will also trigger on roles that we do not intend to execute.
include_role does not do that and makes our pipeline work

`roles` verifies the presence of roles *before* applying `when` filters,
which means it will also trigger on roles that we do not intend to
execute.
`include_role` does not do that and makes our pipeline work
@ekohl ekohl merged commit 1f1edac into theforeman:master Mar 19, 2024
8 checks passed
@evgeni evgeni deleted the rolin-rolin branch March 19, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants