mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-15 03:24:30 +05:00
More details for error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user