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
This discussion was converted from issue #3704 on April 17, 2024 21:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems that deployer reads configuration as it comes in.
I personally would expect the order to be:
config
import
tasks
after
/before
The main reason for this is that:
tasks
might want toinvoke
tasks fromimport
ed recipesafter
/before
wants to queuetasks
after
orbefore
tasks fromimport
ed recipesProblematic YAML order:
Working YAML order:
Beta Was this translation helpful? Give feedback.
All reactions