From a8f08015d11bd69e5b2dda7fe1cf4655d1b86ac1 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 13 Oct 2023 17:40:59 +0300 Subject: [PATCH] More details for error --- playbooks/hirkn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/hirkn.yml b/playbooks/hirkn.yml index d5cc5bd..0da9f3b 100644 --- a/playbooks/hirkn.yml +++ b/playbooks/hirkn.yml @@ -473,7 +473,7 @@ loadfile: /tmp/lst/community.lst when: ansible_distribution_major_version >= "22" and list_community - - name: add ipset for domains (<22). If failed, check dnsmasq-full + - name: add ipset for domains (<22). If failed, repeat playbook. If failed is repeated check dnsmasq-full. uci: command: section config: firewall @@ -486,7 +486,7 @@ failed_when: ansible_distribution_major_version < "22" and list_domains and not dnsmasqfull_version.stdout when: ansible_distribution_major_version < "22" and list_domains - - name: add nfset for domains (>=22). If failed, check dnsmasq-full + - name: add nfset for domains (>=22). If failed, repeat playbook. If failed is repeated check dnsmasq-full. uci: command: section config: firewall