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

Merge branch 'fix/nat-1017-optical-checks-sr2se' into 'develop'

Updated `connector` regex to include an optional XIOM (x1) string

See merge request !227
parents 26e191f5 332a78a4
No related branches found
No related tags found
1 merge request!227Updated `connector` regex to include an optional XIOM (x1) string
Pipeline #91886 passed
......@@ -43,7 +43,7 @@
block:
- name: Prepare the connector var
ansible.builtin.set_fact:
connector: "{{ ae_member.interface_name | regex_search('[1-9]/[1-9]/c[1-9]+') }}"
connector: "{{ ae_member.interface_name | regex_search('[1-9](/x1)?/[1-9]/c[1-9]+') }}"
- name: Run Nokia show command
ansible.netcommon.netconf_rpc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment