fix mode for template

This commit is contained in:
itdoginfo
2019-02-25 19:41:25 +03:00
committed by GitHub
parent 3f739f398f
commit e0ac821c20

View File

@@ -76,6 +76,7 @@
template:
src: "{{ ansible_template_dir }}openwrt-30-rknroute.j2"
dest: "/etc/hotplug.d/iface/30-rknroute"
mode: 0644
- name: Check string in rt_tables
shell: grep "99 vpn" /etc/iproute2/rt_tables
@@ -225,6 +226,7 @@
template:
src: "{{ ansible_template_dir }}openwrt-dnscrypt-proxy.j2"
dest: "/etc/config/dnscrypt-proxy"
mode: 0644
- name: edit dhcp config. resolvfile commented
lineinfile: