From 2dffe4a03e30c57be1226e64bd32039b39080069 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 20 Jan 2026 06:33:38 +0200 Subject: [PATCH] 0633 --- files/ansible-playbooks/sot-updater-iponly.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/ansible-playbooks/sot-updater-iponly.yml b/files/ansible-playbooks/sot-updater-iponly.yml index 37637a9..c7feaa4 100644 --- a/files/ansible-playbooks/sot-updater-iponly.yml +++ b/files/ansible-playbooks/sot-updater-iponly.yml @@ -89,6 +89,7 @@ - name: "NB preflight | Detect cloud failure" when: nb_script.stat.exists delegate_to: localhost + delegate_facts: true vars: _out: "{{ (nb_preflight.stdout | default('') | regex_replace('\r','')) }}" _lines: >- @@ -156,6 +157,7 @@ - name: "NB preflight | Parse OK line" when: nb_script.stat.exists delegate_to: localhost + delegate_facts: true vars: nb_lines: >- {{ (nb_preflight.stdout | default('') | regex_replace('\r','')) | split('\n') | map('trim') | list }} @@ -185,6 +187,7 @@ - name: "NB preflight | Detect IP change" when: nb_script.stat.exists delegate_to: localhost + delegate_facts: true vars: out: "{{ (nb_preflight.stdout | default('') | regex_replace('\r','')) }}" reason: >-