Patrick Petit
Results
2
comments of
Patrick Petit
@tchiapuziowong Removed ansible_python_interpreter but it changes nothing and yes I have a valid inventory which works fine with network_cli BTW.
@tchiapuziowong one using aoscx_command does work ``` - name: Apply AOS-CX base config hosts: aoscx_switches collections: - arubanetworks.aoscx vars: ansible_connection: network_cli ansible_python_interpreter: /usr/bin/python3 gather_facts: False tasks: - name: Generate Template...