mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
clean Ansible output
This commit is contained in:
parent
4a76c927ce
commit
3ee4beda19
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
- name: Turn off isp nameservers
|
- name: Turn off ISP nameservers
|
||||||
lineinfile: state=present
|
lineinfile: state=present
|
||||||
backrefs=yes
|
backrefs=yes
|
||||||
regexp='^PEERDNS'
|
regexp='^PEERDNS'
|
||||||
|
@ -34,9 +34,9 @@
|
||||||
dest={{ has_ifcfg_gw }}
|
dest={{ has_ifcfg_gw }}
|
||||||
when: iiab_wan_iface != "none" and has_wifi_gw == "none"
|
when: iiab_wan_iface != "none" and has_wifi_gw == "none"
|
||||||
|
|
||||||
- name: add marker
|
- name: Add marker
|
||||||
lineinfile: state=present
|
lineinfile: state=present
|
||||||
line="# Modified by XSCE"
|
line="# Modified by IIAB"
|
||||||
dest={{ has_ifcfg_gw }}
|
dest={{ has_ifcfg_gw }}
|
||||||
|
|
||||||
- name: Rename supplied gateway ifcfg file to WAN if present
|
- name: Rename supplied gateway ifcfg file to WAN if present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue