diff --git a/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml b/geant/gap_ansible/roles/iptrunk/tasks/deploy_object.yaml index 21bd681d354f3d60ccf98d481bb5b0927596c3e7..67870f411578f2b767771f43f730727017ed18f6 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 92a78c54777b6263df56c2b7056fbd3ff1232108..ca9d00854365ee70a78a5b73a1f5249469143a67 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