bundles/apt: add bissing default for update commands
This commit is contained in:
parent
2a8c1ef84b
commit
95bb7c52fe
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ actions = {
|
||||||
'cascade_skip': False,
|
'cascade_skip': False,
|
||||||
},
|
},
|
||||||
'apt_execute_update_commands': {
|
'apt_execute_update_commands': {
|
||||||
'command': ' && '.join(sorted(node.metadata.get('apt/additional_update_commands'))),
|
'command': ' && '.join(sorted(node.metadata.get('apt/additional_update_commands', {'true'}))),
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue