fix: fix undefined var __network_require_reboot
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-03-13 21:36:49 +01:00
parent 665487a90f
commit 9be65ae7ba
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -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: