bundles/apt: add action to execute additional_update_commands
This commit is contained in:
parent
205fea377a
commit
350c436e4d
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue