More details for error

This commit is contained in:
itdoginfo
2023-10-13 17:40:59 +03:00
parent ee954cfd21
commit a8f08015d1

View File

@@ -473,7 +473,7 @@
loadfile: /tmp/lst/community.lst loadfile: /tmp/lst/community.lst
when: ansible_distribution_major_version >= "22" and list_community 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: uci:
command: section command: section
config: firewall config: firewall
@@ -486,7 +486,7 @@
failed_when: ansible_distribution_major_version < "22" and list_domains and not dnsmasqfull_version.stdout failed_when: ansible_distribution_major_version < "22" and list_domains and not dnsmasqfull_version.stdout
when: ansible_distribution_major_version < "22" and list_domains 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: uci:
command: section command: section
config: firewall config: firewall