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
At a high level I usually want to auto install security-only update, or everything.
That comes down to setting unattended_origins_patterns to either this:
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
Uh oh!
There was an error while loading. Please reload this page.
At a high level I usually want to auto install security-only update, or everything.
That comes down to setting
unattended_origins_patternsto either this:or this:
This works but it's not that intuitive to see what goes on without comments.
I've set up some helper vars locally:
With these "precooked" configs, I am now able to simply set a single string variable:
This seems to work well. Could it be an idea to include such a construct in this role?
All reactions