You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: