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

Eval operations at execution where state unknown #995

Closed

Conversation

Fizzadar
Copy link
Member

Closes: #805

Fizzadar added 7 commits July 19, 2023 21:07
…cution

This is specifically to catch cases where there is no current remote
state but it is likely that this may change due to hidden side effects
from other operations.

See: #805 for more context.
This means that other preceding operations, ie package installs, will
not be incorrectly handled by `files` operation calls. Specifically this
makes the various `assume_present` workaround arguments redundant.
This means nested operation calls may yield the flag to be re-evaluated
at execution.
@Fizzadar
Copy link
Member Author

Fizzadar commented Sep 3, 2023

Cancelling this in favour of #996, there’s just too much magic already and this change adds yet more. V3 will radically simplify and address these issues properly.

@Fizzadar Fizzadar closed this Sep 3, 2023
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.

What are the advantages of gathering facts beforehand ?
1 participant