Skip to content

Commit

Permalink
Merge branch 'main' into ppajersk-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 committed Jul 31, 2023
2 parents e219435 + 4e616ff commit 7475829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
# it is just required to run that once as "ansible-test sanity" in the docker image
# will run on all python versions it supports.
python-version: '3.10'
python-version: 3.10.12

# Install the head of the given branch (devel, stable-2.10)
- name: Install ansible-base (${{ matrix.ansible }})
Expand Down
4 changes: 4 additions & 0 deletions playbooks/cml_update_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
# Default interface mapping for CML
default_cml_default_mappings:
Loopback(\d+): Loopback\1
Port-channel(\d+): Port-channel\1
Tunnel(\d+): Tunnel\1
Vlan(\d+): Vlan\1
vasileft(\d+): vasileft\1
vasiright(\d+): vasiright\1
tasks:

- name: Get CDP data
Expand Down

0 comments on commit 7475829

Please sign in to comment.