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
I could use the last block to restart them, but that would restart all containers, even if only one changes. Which is not good for containers with longer shutdown/boot time.
I thought about using register: quadlets and check which container was changed, but wasn't able to filter the data structure for the respective container.
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
-
Is there a straight forward workflow to only restart updated quadlets?
I got a list of quadlets:
generate them:
and start them:
I could use the last block to restart them, but that would restart all containers, even if only one changes. Which is not good for containers with longer shutdown/boot time.
I thought about using
register: quadlets
and check which container was changed, but wasn't able to filter the data structure for the respective container.Beta Was this translation helpful? Give feedback.
All reactions