bundles/postfixadmin: use tagged release

This commit is contained in:
Franzi 2021-01-29 18:07:57 +01:00
parent fa462fbd0f
commit f56852c27d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 22 additions and 1 deletions

View file

@ -19,7 +19,7 @@ directories = {
git_deploy = {
'/opt/postfixadmin': {
'repo': 'https://github.com/postfixadmin/postfixadmin.git',
'rev': 'master',
'rev': 'postfixadmin-{}'.format(node.metadata['postfixadmin']['version']),
},
}