bundles/postfix: only call newaliases if we already have postfix installed

This commit is contained in:
Franzi 2020-11-09 16:36:26 +01:00
parent 607da9d39b
commit 5bd642236c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -32,6 +32,9 @@ actions = {
'postfix_newaliases': {
'command': 'newaliases',
'triggered': True,
'needs': {
'pkg_apt:postfix',
},
},
}