bundles: add dependency to systemd-networkd
This commit is contained in:
parent
ac0f849871
commit
dd5a97eced
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,11 @@ files = {
|
|||
}
|
||||
|
||||
svc_systemd = {
|
||||
'systemd-networkd': {},
|
||||
'systemd-networkd': {
|
||||
'before': {
|
||||
'git_deploy:',
|
||||
},
|
||||
},
|
||||
'systemd-resolved': {
|
||||
'running': False,
|
||||
'enabled': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue