mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
int casting
This commit is contained in:
parent
2059de2383
commit
9893e62fd5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
dest: /etc/systemd/network/IIAB-Slave-{{ item|trim }}.network
|
dest: /etc/systemd/network/IIAB-Slave-{{ item|trim }}.network
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ lan_list_result.stdout_lines }}"
|
- "{{ lan_list_result.stdout_lines }}"
|
||||||
when: iiab_wired_lan_iface is defined and num_lan_interfaces >= 2
|
when: iiab_wired_lan_iface is defined and num_lan_interfaces|int >= 2
|
||||||
|
|
||||||
- name: Remove static WAN template
|
- name: Remove static WAN template
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue