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

merge variables for PE prefix lists

parent 4597fbde
Branches
Tags
1 merge request!160Updated template for ip_prefix_list
Pipeline #88189 passed
......@@ -39,3 +39,7 @@
ansible.builtin.set_fact:
cpm_filters: "{{ [cpm_filters, pe_cpm] | community.general.lists_mergeby('family',
list_merge='append') }}"
- name: Merge P and PE prefix-lists
ansible.builtin.set_fact:
nokia_prefix_lists: "{{ [nokia_prefix_lists, nokia_pe_prefix_lists] | community.general.lists_mergeby('name',
list_merge='append') }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment