From b9e073c139c368da3001ae685e0da26b8f61d1e4 Mon Sep 17 00:00:00 2001 From: pavel Date: Mon, 15 Jun 2026 10:06:07 +0300 Subject: [PATCH] 1006 --- files/ansible-playbooks/sot-updater.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/files/ansible-playbooks/sot-updater.yml b/files/ansible-playbooks/sot-updater.yml index e786195..d4873b3 100644 --- a/files/ansible-playbooks/sot-updater.yml +++ b/files/ansible-playbooks/sot-updater.yml @@ -2458,15 +2458,7 @@ (dev2_defgw_lldp6 is defined) and ((dev2_defgw_lldp6.stdout | default('') | trim | length) > 0) ) - else ( - 'ppp0' - if ((dev2_ppp0_ip.stdout | default('') | trim) is match('^10\.')) - else ( - 'eth0.4000' - if ((dev2_eth04000_ip.stdout | default('') | trim) is match('^10\.')) - else '' - ) - ) + else '' ) ) }}