From 97352fa4591e791748cba54c5fd8e1991c12a324 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Wed, 27 Mar 2024 12:52:00 +0000 Subject: [PATCH] Cleanup in task names --- 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 21bd681d..67870f41 100644 --- a/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml +++ b/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml @@ -45,7 +45,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: geant.gap_ansible.nokia_netconf_config: format: xml 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 92a78c54..ca9d0085 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] geant.gap_ansible.nokia_netconf_config: format: xml default_operation: merge -- GitLab