fix: fix undefined var __network_require_reboot
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
665487a90f
commit
9be65ae7ba
@ -10,7 +10,7 @@
|
||||
async: 1
|
||||
poll: 0
|
||||
when:
|
||||
- (not __network_require_reboot | bool) or (not network_reboot_enabled | bool)
|
||||
- (not __network_require_reboot | default(False) | bool) or (not network_reboot_enabled | bool)
|
||||
- network_restart_enabled | bool
|
||||
listen: __network_restart
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user