Skip to content
Snippets Groups Projects
Commit 883a16b7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Correct name of the task

parent d8317920
No related branches found
No related tags found
No related merge requests found
Pipeline #85896 passed
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
( dry_run | ansible.builtin.bool ) is true and ( dry_run | ansible.builtin.bool ) is true and
local_side.iptrunk_side_node.vendor == "nokia" 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: ansible.netcommon.netconf_config:
format: xml format: xml
default_operation: merge default_operation: merge
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
( dry_run | ansible.builtin.bool ) is true and ( dry_run | ansible.builtin.bool ) is true and
new_node.router.vendor == "nokia" 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: ansible.netcommon.netconf_config:
format: xml format: xml
default_operation: merge default_operation: merge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment