bundles/apt: add bissing default for update commands

This commit is contained in:
Franzi 2024-07-22 21:31:27 +02:00
parent 2a8c1ef84b
commit 95bb7c52fe
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -28,7 +28,7 @@ actions = {
'cascade_skip': False,
},
'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,
},
}