bundles/apt: add action to execute additional_update_commands

This commit is contained in:
Franzi 2024-07-19 19:19:14 +02:00
parent 205fea377a
commit 350c436e4d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -27,6 +27,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'))),
'triggered': True,
},
} }
files = { files = {