mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-13 10:34:29 +05:00
Compare commits
2 Commits
a974ddef29
...
f3bf5dda15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3bf5dda15 | ||
|
|
ae9e42a578 |
@@ -995,6 +995,8 @@ add_set
|
|||||||
|
|
||||||
dnsmasqfull
|
dnsmasqfull
|
||||||
|
|
||||||
|
dnsmasqconfdir
|
||||||
|
|
||||||
add_dns_resolver
|
add_dns_resolver
|
||||||
|
|
||||||
add_getdomains
|
add_getdomains
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
- name: Check confdir option
|
- name: Check confdir option
|
||||||
shell: uci get dhcp.@dnsmasq[0].confdir
|
shell: uci get dhcp.@dnsmasq[0].confdir
|
||||||
register: dnsmasq_confdir
|
register: dnsmasq_confdir
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
debug:
|
debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user