1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

int casting

This commit is contained in:
Jerry Vonau 2020-04-08 08:34:26 -05:00
parent 2059de2383
commit 9893e62fd5

View file

@ -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: