bundles/c3voc-addons: add action:apt_execute_update_commands

This commit is contained in:
Franzi 2024-08-10 19:09:26 +02:00
parent 5af7b92663
commit 30cf20c28d

View file

@ -7,9 +7,6 @@ supported_os = {
12: 'bookworm', 12: 'bookworm',
99: 'unstable', 99: 'unstable',
}, },
'raspbian': {
10: 'buster',
},
} }
try: try:
@ -82,6 +79,10 @@ actions = {
'triggered': True, 'triggered': True,
'cascade_skip': False, 'cascade_skip': False,
}, },
'apt_execute_update_commands': {
'command': ' && '.join(sorted(node.metadata.get('apt/additional_update_commands', {'true'}))),
'triggered': True,
},
} }
directories = { directories = {