diff --git a/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml b/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml
index 56de21a786f55e77da93d9e0901e8e7dc1c0e155..8dcc866b278401b60608b65981383a838aa7d568 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 24ee4f6da4466f0a71ad93e7ae179b9385426649..7f37410924c2a522b815be0a4a76b6e5479d641a 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