From 883a16b70677da0f7d0f05518cf031c781d1e0b9 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Fri, 15 Mar 2024 15:16:44 +0000
Subject: [PATCH] Correct name of the task

---
 geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml        | 2 +-
 .../roles/iptrunk_migration/tasks/deploy_object.yaml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml b/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml
index 56de21a7..8dcc866b 100644
--- a/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml
+++ b/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml
@@ -44,7 +44,7 @@
     ( dry_run | ansible.builtin.bool ) is true and
     local_side.iptrunk_side_node.vendor == "nokia"
 
-- name: Deploy base_config on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
+- name: Deploy "{{ config_object }}" on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
   ansible.netcommon.netconf_config:
     format: xml
     default_operation: merge
diff --git a/geant/gap_ansible/roles/iptrunk_migration/tasks/deploy_object.yaml b/geant/gap_ansible/roles/iptrunk_migration/tasks/deploy_object.yaml
index 24ee4f6d..7f374109 100644
--- a/geant/gap_ansible/roles/iptrunk_migration/tasks/deploy_object.yaml
+++ b/geant/gap_ansible/roles/iptrunk_migration/tasks/deploy_object.yaml
@@ -36,7 +36,7 @@
     ( dry_run | ansible.builtin.bool ) is true and
     new_node.router.vendor == "nokia"
 
-- name: Deploy base_config on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
+- name: Deploy "{{ config_object }}" on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
   ansible.netcommon.netconf_config:
     format: xml
     default_operation: merge
-- 
GitLab