diff --git a/bundles/apt/items.py b/bundles/apt/items.py index ede8aae..5d055d3 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -27,6 +27,10 @@ actions = { 'triggered': True, 'cascade_skip': False, }, + 'apt_execute_update_commands': { + 'command': ' && '.join(sorted(node.metadata.get('apt/additional_update_commands'))), + 'triggered': True, + }, } files = {