From e2dcbaf63022df3bb7e5e54dbd9457cd03c2d62c Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Mon, 17 Jun 2024 13:24:11 +0100
Subject: [PATCH] Jinja style fix

---
 .../roles/iptrunk_checks/tasks/check_optical_levels.yaml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geant/gap_ansible/roles/iptrunk_checks/tasks/check_optical_levels.yaml b/geant/gap_ansible/roles/iptrunk_checks/tasks/check_optical_levels.yaml
index 8da95b21..6f3b3d19 100644
--- a/geant/gap_ansible/roles/iptrunk_checks/tasks/check_optical_levels.yaml
+++ b/geant/gap_ansible/roles/iptrunk_checks/tasks/check_optical_levels.yaml
@@ -57,7 +57,7 @@
 
     - name: Parse SROS port optical output
       ansible.utils.cli_parse:
-        text: "{{out.output['rpc-reply']['nokiaoper:results']['nokiaoper:md-cli-output-block']}}"
+        text: "{{ out.output['rpc-reply']['nokiaoper:results']['nokiaoper:md-cli-output-block'] }}"
         parser:
           name: ansible.netcommon.native
           template_path: "{{ role_path }}/templates/sros_show_port_optical.yaml"
-- 
GitLab