minifirewall: add debug for variables
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2022-05-17 11:19:13 +02:00 committed by Jérémy Lecour
parent 1a9c219c5b
commit f01f4dece6
1 changed files with 15 additions and 0 deletions

View File

@ -56,6 +56,11 @@
include: install.legacy.yml
when: minifirewall_install_mode == 'legacy'
- name: Debug minifirewall_update_config
debug:
var: minifirewall_update_config | bool
verbosity: 1
- name: Config tasks (modern mode)
include: config.yml
when:
@ -77,6 +82,11 @@
- name: Activation tasks
include: activate.yml
- name: Debug minifirewall_tail_included
debug:
var: minifirewall_tail_included | bool
verbosity: 1
- name: Tail tasks (modern mode)
include: tail.yml
when:
@ -91,6 +101,11 @@
# Restart?
- name: Debug minifirewall_restart_force
debug:
var: minifirewall_restart_force | bool
verbosity: 1
- name: Force restart minifirewall (modern mode)
command: /etc/init.d/minifirewall restart
register: minifirewall_init_restart