This commit is contained in:
2024-09-11 23:22:36 +03:00
parent 825f79ee69
commit a04d46f27c
2 changed files with 4 additions and 6 deletions

View File

@@ -133,8 +133,7 @@
- name: Configure bridge1
command: /usr/bin/nmcli c add ipv6.method disabled type bridge-slave con-name 'Ethernet' ifname {{ int_name }} master br0 autoconnect yes save yes
loop:
- enp90s0
loop: "{{ phy_ints }}"
loop_control:
loop_var: int_name
when: nmcli_eth_failed