minifirewall: fix task name

This commit is contained in:
Jérémy Lecour 2024-04-18 15:18:58 +02:00 committed by Jérémy Lecour
parent 42ad242aaf
commit 8cd887ee21
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -74,7 +74,7 @@
####################################################################### #######################################################################
- name: Fail if minifirewall_main_file is defined (legacy mode) - name: Fail if minifirewall_main_file is defined (modern mode)
ansible.builtin.fail: ansible.builtin.fail:
msg: "Variable minifirewall_main_file is deprecated and not configurable anymore." msg: "Variable minifirewall_main_file is deprecated and not configurable anymore."
when: when:
@ -179,4 +179,4 @@
- always - always
when: when:
- minifirewall_install_mode != 'legacy' - minifirewall_install_mode != 'legacy'
- minifirewall_restart_force | bool - minifirewall_restart_force | bool