Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Prevent blowup in Ansible when clauses #464

Open
noahl opened this issue Nov 10, 2017 · 0 comments
Open

Prevent blowup in Ansible when clauses #464

noahl opened this issue Nov 10, 2017 · 0 comments
Assignees

Comments

@noahl
Copy link

noahl commented Nov 10, 2017

Currently we track task dependencies directly in Ansible, which leads to blowup when there is a chain of dependencies. Solution is to give each Ansible fact a unique variable to trigger, then track dependencies in Python where we can do a transitive closure.

@noahl noahl self-assigned this Nov 10, 2017
@noahl noahl changed the title Prevent exponential blowup in Ansible when clauses Prevent blowup in Ansible when clauses Nov 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant