From f7b9aa67f5338f7f6cec3317f0287aecc888fbfc Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 27 Sep 2021 10:31:31 +0300 Subject: [PATCH] roles/common: Fix comment about Debian 10 firewall --- roles/common/tasks/firewall_Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/firewall_Debian.yml b/roles/common/tasks/firewall_Debian.yml index 2caf450..f03ec59 100644 --- a/roles/common/tasks/firewall_Debian.yml +++ b/roles/common/tasks/firewall_Debian.yml @@ -1,4 +1,5 @@ --- +# Debian 10 will use firewalld with the iptables backend. # Debian 11 will use nftables directly, with no firewalld. - block: