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

Fixed communities list generation

parent 0586cf3d
Branches
Tags
1 merge request!209Fixed communities list generation
Pipeline #91357 passed
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
- name: Create a list of NREN communities - name: Create a list of NREN communities
ansible.builtin.set_fact: ansible.builtin.set_fact:
po_final_communities: "{{ nren_po_communities | default([]) + [ {'name': item.0, 'member': item.1} ] }}" po_final_communities: "{{ po_final_communities | default([]) + [ {'name': item.0, 'member': item.1} ] }}"
loop: "{{ nren_community_names | zip(nren_community_values) | list }}" loop: "{{ nren_community_names | zip(nren_community_values) | list }}"
- name: Set BGP V4 session object - name: Set BGP V4 session object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment