bundles/powerdnsadmin: create virtualenv after packages are installed
This commit is contained in:
parent
8df4441028
commit
109914c039
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ actions = {
|
|||
'needs': {
|
||||
'directory:/opt/powerdnsadmin', # provided by bundle:users
|
||||
},
|
||||
'after': {
|
||||
'pkg_apt:',
|
||||
},
|
||||
},
|
||||
'powerdnsadmin_install_deps': {
|
||||
'triggered': True,
|
||||
|
|
Loading…
Reference in a new issue