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

Give the user the possibility to deactivate dependency check #911

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

w4hf
Copy link
Contributor

@w4hf w4hf commented Sep 21, 2024

What does this PR do?

The dependency check runs the ansible-galaxy verify commands which takes a while.
This PR gives the user the possibility to deactivate the dependecy check by setting the new flag controller_dependency_check to false. By default, it is set to true

How should this be tested?

Run any role with dependecy to the meta_dependency_check role.
Set the controller_dependency_check to true (default value) --> The dependecy check will be executed normally
Set the controller_dependency_check to false --> The dependecy check will be skipped
In both cases a message will be displayed showing the dependecy check status (active or inactive) with a warning if it is deactivated.

Is there a relevant Issue open for this?

No

Other Relevant info, PRs, etc

N/A

@w4hf w4hf requested a review from a team as a code owner September 21, 2024 18:27
@Tompage1994 Tompage1994 merged commit 726b31f into redhat-cop:devel Sep 25, 2024
10 of 13 checks passed
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