aruba/aos-switch-ansible-collection

use portname in Where clause

Opened this issue · 0 comments

Hi,

I'd like to use the name off a port (let's say "UPLINK") in a where clause.
So that I can add a (newly created) vlan to my uplink interfaces.

I know I can use arubaoss_facts to get this information from the switch, but how do I use it in a task?

Martin