fix: replace arrows
This commit is contained in:
@@ -406,18 +406,18 @@
|
||||
{%- if m.skip_update | default(false) -%}
|
||||
Both nodes already on {{ m.firmware_current_version }}, no action taken.
|
||||
{%- else -%}
|
||||
OPNsense cluster: {{ m.firmware_current_version }} → {{ m.firmware_target_value }} ({{ m.firmware_status }})
|
||||
OPNsense cluster: {{ m.firmware_current_version }} -> {{ m.firmware_target_value }} ({{ m.firmware_status }})
|
||||
{%- endif -%}
|
||||
{%- else -%}
|
||||
{%- if m.skip_update | default(false) -%}
|
||||
MASTER ({{ master }}): already on {{ m.firmware_current_version }}, no action taken.
|
||||
{%- else -%}
|
||||
MASTER ({{ master }}): {{ m.firmware_current_version }} → {{ m.firmware_target_value }} ({{ m.firmware_status }})
|
||||
MASTER ({{ master }}): {{ m.firmware_current_version }} -> {{ m.firmware_target_value }} ({{ m.firmware_status }})
|
||||
{%- endif %}
|
||||
{%- if b.skip_update | default(false) -%}
|
||||
BACKUP ({{ backup }}): already on {{ b.firmware_current_version }}, no action taken.
|
||||
{%- else -%}
|
||||
BACKUP ({{ backup }}): {{ b.firmware_current_version }} → {{ b.firmware_target_value }} ({{ b.firmware_status }})
|
||||
BACKUP ({{ backup }}): {{ b.firmware_current_version }} -> {{ b.firmware_target_value }} ({{ b.firmware_status }})
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
headers:
|
||||
|
||||
Reference in New Issue
Block a user