Miha Frangež 2026-01-09 11:34:36 +01:00
parent 32ddf5e58e
commit 0ae9d05921
2 changed files with 8 additions and 1 deletions

View file

@ -92,7 +92,7 @@
when: not is_proxmox # proxmox has its own firewall configuration
- name: Run SSH instance in management VRF
when: interfaces | selectattr('vrf') | selectattr('vrf.name', '==', 'mgmt')
when: interfaces | selectattr('vrf') | selectattr('vrf.name', '==', 'mgmt') | any
block:
- name: Configure SSH instance in management VRF
copy: