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
|
async: 1
|
||||||
poll: 0
|
poll: 0
|
||||||
when:
|
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
|
- network_restart_enabled | bool
|
||||||
listen: __network_restart
|
listen: __network_restart
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user