There was an error while loading. Please reload this page.
2 parents d48f677 + 6e3605d commit bc2dc66Copy full SHA for bc2dc66
1 file changed
linux_os/guide/system/network/network_sniffer_disabled/ansible/shared.yml
@@ -13,5 +13,5 @@
13
ansible.builtin.command:
14
cmd: ip link set dev {{ (item.split(':')[1] | trim).split('@')[0] }} multicast off promisc off
15
loop: "{{ network_interfaces.stdout_lines }}"
16
- when: network_interfaces.stdout_lines is defined and item.split(':') | length == 3
+ when: network_interfaces.stdout_lines is defined and item.split(':') | length >= 3
17
0 commit comments