Replies: 1 comment
-
That's the right way to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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