fix: loop_var under loop_control in drain.yml and restore.yml

This commit is contained in:
Semaphore
2026-03-14 14:25:24 -07:00
parent e771f6d9a9
commit a19fe2ce5d
8 changed files with 50 additions and 11 deletions

View File

@@ -92,4 +92,3 @@
Node {{ current_node }} upgrade complete —
{{ apt_upgrade_result.stdout_lines | select('match', '.*upgraded.*') | list | first | default('packages updated') }}
{{ '— rebooted' if reboot_required.stat.exists else '— no reboot needed' }}