wuench
wuench
This 'fix' breaks it for me (windows/python37). Should be TLSv1_2 or just leave it as TLS and tell people to upgrade python to a version where the default of TLS...
Had a similar issue. You have to set become: yes to view running-config: ``` --- - name: Get Edgeswitch Info hosts: all gather_facts: no connection: network_cli vars: ansible_network_os: edgeswitch ansible_host_key_checking:...
Currently trying to find a way to limit extra vars with a survey but allow JSON lists and objects. i.e. passing "var":["item1", "item2"] or "var": {"key": "value"}. Currently allowed by...