OPNsense automated update #6

Merged
Vezpi merged 74 commits from lab into main 2026-08-21 08:53:46 +02:00
Showing only changes of commit f0ded8ac17 - Show all commits
@@ -74,7 +74,7 @@
- name: "Assert" - name: "Assert"
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- firmware_status == 'update' or skip_update - firmware_status == 'update' or skip_update | default(false)
- not in_maintenance - not in_maintenance
- mismatched_vips == 0 - mismatched_vips == 0
- total_vips > 0 - total_vips > 0