diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ae79bd..b7ccdb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}) diff --git a/playbooks/cml_update_lab.yml b/playbooks/cml_update_lab.yml index 1edda96..c5f7bee 100644 --- a/playbooks/cml_update_lab.yml +++ b/playbooks/cml_update_lab.yml @@ -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