-
Notifications
You must be signed in to change notification settings - Fork 178
Fix gather_facts to false in configure_aap.yml #1205
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
Fix gather_facts to false in configure_aap.yml #1205
Conversation
|
Gather facts by default runs and is true, The play does not need any host facts, is there a reason we need to start gathering facts and add additional time to a run? We turned off gather facts to make it run faster. |
|
I think there is no reason to start gathering facts. So I set to I apologize for the misleading title. I have corrected it. |
djdanielsson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thank you for merging! |
|
It was too early and misunderstood, I thought we were changing behavior, this is how it should run, I approve the facts to false. |
What does this PR do?
Unnecessary
gather_factsset to false inconfigure_aap.ymlfor better performance.How should this be tested?
manual locally tested
Is there a relevant Issue open for this?
N/A
Other Relevant info, PRs, etc
N/A